Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27816 > unrolled thread

Re: Looking for duplicate modules

Started byChris Angelico <rosuav@gmail.com>
First post2012-08-25 04:03 +1000
Last post2012-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.


Contents

  Re: Looking for duplicate modules Chris Angelico <rosuav@gmail.com> - 2012-08-25 04:03 +1000

#27816 — Re: Looking for duplicate modules

FromChris Angelico <rosuav@gmail.com>
Date2012-08-25 04:03 +1000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web