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 Arfrever, jaraco, terry.reedy
Date 2014-02-02.10:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391337038.57.0.708483911449.issue20387@psf.upfronthosting.co.za>
In-reply-to
Content
The untokenize docstring has a stronger guarantee, and in the direction you were claiming. "Round-trip invariant for full input: Untokenized source will match input source exactly". For this to be true, the indent strings must be saved and not replaced by spaces.
History
Date User Action Args
2014-02-02 10:30:38terry.reedysetrecipients: + terry.reedy, jaraco, Arfrever
2014-02-02 10:30:38terry.reedysetmessageid: <1391337038.57.0.708483911449.issue20387@psf.upfronthosting.co.za>
2014-02-02 10:30:38terry.reedylinkissue20387 messages
2014-02-02 10:30:38terry.reedycreate