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 serhiy.storchaka
Recipients pitrou, rhettinger, serhiy.storchaka
Date 2014-11-01.08:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414830222.17.0.173214662653.issue22777@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed two bugs found by Antoine. Thank you Antoine.

Berker suggest to use the subTest() context manager inside loops. I thought about this, but this will increase blocks indentations on yet 4 spaces, and some code already is too indented. On other hand this truly helps when tests fail.

Large part of the patch is related to the code maintained by Raymond (collections and itertools modules, builtin collections and iterators), so it would be good if Raymond will look on it.
History
Date User Action Args
2014-11-01 08:23:44serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou
2014-11-01 08:23:42serhiy.storchakasetmessageid: <1414830222.17.0.173214662653.issue22777@psf.upfronthosting.co.za>
2014-11-01 08:23:42serhiy.storchakalinkissue22777 messages
2014-11-01 08:23:41serhiy.storchakacreate