Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27816 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2012-08-25 04:03 +1000 |
| Last post | 2012-08-25 04:03 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Looking for duplicate modules Chris Angelico <rosuav@gmail.com> - 2012-08-25 04:03 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-08-25 04:03 +1000 |
| Subject | Re: Looking for duplicate modules |
| Message-ID | <mailman.3763.1345831404.4697.python-list@python.org> |
On Fri, Aug 24, 2012 at 1:30 AM, Roy Smith <roy@panix.com> wrote: > I'm working on a tool which scans all the directories in sys.path and finds any modules which appear multiple times in the path. It'll also call out any .pyc's it finds without matching py's. > This is why I love high level languages. The core of your problem is solved by a single dictionary object. ChrisA
Back to top | Article view | comp.lang.python
csiph-web