This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ashkop
Recipients Claudiu.Popa, Florian.Apolloner, ashkop, eric.snow, ezio.melotti, michael.foord, rbcollins
Date 2015-04-29.06:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430288021.5.0.313546475882.issue23882@psf.upfronthosting.co.za>
In-reply-to
Content
Yes. That is how issue23882_find_all.patch works. I just removed hte condition

        if (not namespace and
            not os.path.isfile(os.path.join(full_path, '__init__.py'))):
            return None, False
 
This makes namespace parameter redundant. Can I remove it?
History
Date User Action Args
2015-04-29 06:13:41ashkopsetrecipients: + ashkop, rbcollins, ezio.melotti, michael.foord, Claudiu.Popa, eric.snow, Florian.Apolloner
2015-04-29 06:13:41ashkopsetmessageid: <1430288021.5.0.313546475882.issue23882@psf.upfronthosting.co.za>
2015-04-29 06:13:41ashkoplinkissue23882 messages
2015-04-29 06:13:41ashkopcreate