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 daniel.urban
Recipients belopolsky, daniel.urban, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, rhettinger, vinay.sajip, vstinner
Date 2011-02-06.12:09:51
SpamBayes Score 9.771412e-05
Marked as misclassified No
Message-id <1296994192.31.0.27577204535.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
In the shutil example (http://docs.python.org/dev/py3k/whatsnew/3.2.html#shutil) the function argument of shutil.register_archive_format is a string, but according to http://docs.python.org/dev/py3k/library/shutil.html#shutil.register_archive_format it should be a callable.
History
Date User Action Args
2011-02-06 12:09:52daniel.urbansetrecipients: + daniel.urban, georg.brandl, rhettinger, vinay.sajip, ncoghlan, belopolsky, vstinner, ezio.melotti, eric.araujo, eli.bendersky
2011-02-06 12:09:52daniel.urbansetmessageid: <1296994192.31.0.27577204535.issue11071@psf.upfronthosting.co.za>
2011-02-06 12:09:51daniel.urbanlinkissue11071 messages
2011-02-06 12:09:51daniel.urbancreate