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 ezio.melotti
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-29.12:21:34
SpamBayes Score 1.1764688e-07
Marked as misclassified No
Message-id <1264767696.33.0.591226516426.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of comments about issue7092_syntax_imports_v3.diff too:
1) in test_copy you remove (k,v), but left the name 'k' even if now it represent the item and not the key;
2) in test_fractions you should probably use self.fail() instead of an assert;
3) on test_ftp you can use two separate lines and remove the ';';
4) in test_pyclbr there's one extra 'f' in the comment in assertHaskey;
5) in test_xml_etree_c you can either leave callable() and catch the warning or use isinstance(x, collections.Callable) instead (there are also a few more places where callable was used too).
History
Date User Action Args
2010-01-29 12:21:36ezio.melottisetrecipients: + ezio.melotti, barry, rhettinger, exarkun, amaury.forgeotdarc, pitrou, benjamin.peterson, eric.araujo, brian.curtin, flox, esam
2010-01-29 12:21:36ezio.melottisetmessageid: <1264767696.33.0.591226516426.issue7092@psf.upfronthosting.co.za>
2010-01-29 12:21:34ezio.melottilinkissue7092 messages
2010-01-29 12:21:34ezio.melotticreate