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 terry.reedy
Recipients dmajnemer, terry.reedy
Date 2010-08-03.19:27:32
SpamBayes Score 0.00022188926
Marked as misclassified No
Message-id <1280863653.59.0.931090140925.issue5414@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.1.2, a2b_uu() now raises
TypeError: a2b_uu() takes exactly 1 argument (0 given)
as it should. I assume the same of 2.7.
The manual claims, in effect, that a2b_uu(b2a_uu(data))== data.
The behavior of a2b_uu with any other input (not from b2a_uu) seems to be undefined.
History
Date User Action Args
2010-08-03 19:27:33terry.reedysetrecipients: + terry.reedy, dmajnemer
2010-08-03 19:27:33terry.reedysetmessageid: <1280863653.59.0.931090140925.issue5414@psf.upfronthosting.co.za>
2010-08-03 19:27:32terry.reedylinkissue5414 messages
2010-08-03 19:27:32terry.reedycreate