[issue4570] Bad example in set tutorial

2010-04-06 Thread Kelda
Changes by Kelda : Removed file: http://bugs.python.org/file16790/datastructures.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7559] TestLoader.loadTestsFromName swallows import errors

2010-04-06 Thread Chris Jerdonek
Chris Jerdonek added the comment: Rietveld link: http://codereview.appspot.com/810044/show This patch changes unittest.TestLoader.loadTestsFromName() so that ImportErrors will bubble up when importing from a module with a bad import statement. Before the method raised an AttributeError. The

[issue7301] Add environment variable $PYTHONWARNINGS

2010-04-06 Thread Philip Jenvey
Philip Jenvey added the comment: I committed a somewhat different version of this patch to py3k to handle the warn options now calling for wchars, but this needs more work. Some of the buildbots are unhappy Seems like the py3k version either needs to fully decode the env values to a unicode

<    1   2