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 tshepang
Recipients tshepang
Date 2012-02-08.11:56:37
SpamBayes Score 0.00024018373
Marked as misclassified No
Message-id <1328702198.23.0.695483013492.issue13969@psf.upfronthosting.co.za>
In-reply-to
Content
I was writing a test that could return True for "if not pathname" (http://hg.python.org/cpython/file/58bd6a58365d/Lib/packaging/util.py#l109), and included all values I know that could return a False value, but then I realised that the only value we should check against is an empty string... I don't think any other type is applicable.

I left None as a valid type, otherwise some other test (test_command_install_dist.py) fails.
History
Date User Action Args
2012-02-08 11:56:38tshepangsetrecipients: + tshepang
2012-02-08 11:56:38tshepangsetmessageid: <1328702198.23.0.695483013492.issue13969@psf.upfronthosting.co.za>
2012-02-08 11:56:37tshepanglinkissue13969 messages
2012-02-08 11:56:37tshepangcreate