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 abbeyj
Recipients abbeyj
Date 2009-06-07.04:37:39
SpamBayes Score 1.0588745e-07
Marked as misclassified No
Message-id <1244349464.7.0.139481605677.issue6227@psf.upfronthosting.co.za>
In-reply-to
Content
The file Lib/test/doctest_aliases.py is used by test_doctest to check
the handling of duplicate removal.  The "g = f" line in this file is one
indent too far to the right so instead of creating an alias for f called
g it is just unreachable code inside of f.  Since there is no alias
there is no need to remove duplicates and the test passes trivially.

I think this affects all versions but I've only checked on 2.7.
History
Date User Action Args
2009-06-07 04:37:45abbeyjsetrecipients: + abbeyj
2009-06-07 04:37:44abbeyjsetmessageid: <1244349464.7.0.139481605677.issue6227@psf.upfronthosting.co.za>
2009-06-07 04:37:42abbeyjlinkissue6227 messages
2009-06-07 04:37:41abbeyjcreate