Message112654
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. |
|
Date |
User |
Action |
Args |
2010-08-03 19:27:33 | terry.reedy | set | recipients:
+ terry.reedy, dmajnemer |
2010-08-03 19:27:33 | terry.reedy | set | messageid: <1280863653.59.0.931090140925.issue5414@psf.upfronthosting.co.za> |
2010-08-03 19:27:32 | terry.reedy | link | issue5414 messages |
2010-08-03 19:27:32 | terry.reedy | create | |
|