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 francismb
Recipients alexis, eric.araujo, francismb, tarek, tshepang
Date 2012-02-11.09:20:15
SpamBayes Score 5.0846145e-05
Marked as misclassified No
Message-id <4F36331E.7090909@email.de>
In-reply-to <1328936192.43.0.44236998698.issue13953@psf.upfronthosting.co.za>
Content
Thank you for the review. Just some questions:

Isn't that what the previous code (doctest code) did?

I thought that the code should be ported as far backwards as possible 
and that's why I used the plain assertEqual (I don't know exactly in 
with version the other assert methods were introduced. Unittest2?)

Can one use all the new unittest2 methods to test packaging (distutils2)
code?

> ----------
> Added file: http://bugs.python.org/file24482/cleanup-test_version.diff
>
> _______________________________________
> Python tracker<report@bugs.python.org>
> <http://bugs.python.org/issue13953>
> _______________________________________
>
History
Date User Action Args
2012-02-11 09:20:16francismbsetrecipients: + francismb, tarek, eric.araujo, alexis, tshepang
2012-02-11 09:20:16francismblinkissue13953 messages
2012-02-11 09:20:15francismbcreate