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 georg.brandl
Recipients georg.brandl, rb
Date 2012-10-06.12:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349527893.62.0.420642482816.issue8478@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch.  Actually both versions of untokenize() were broken; the version used for "full input" (5-tuples) had a flipped inequality sign in an assert.

Other changes in the patch:

* Docs fixed to describe both modes
* Tests fixed to exercise both modes
History
Date User Action Args
2012-10-06 12:51:34georg.brandlsetrecipients: + georg.brandl, rb
2012-10-06 12:51:33georg.brandlsetmessageid: <1349527893.62.0.420642482816.issue8478@psf.upfronthosting.co.za>
2012-10-06 12:51:33georg.brandllinkissue8478 messages
2012-10-06 12:51:33georg.brandlcreate