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 cheryl.sabella, taleinat, terry.reedy
Date 2019-07-17.23:03:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563404632.55.0.155362160181.issue36390@roundup.psfhosted.org>
In-reply-to
Content
The new PR moves the remaining Format functions to format.py.  I only edited enough to make things work.

I did not add tests for the 2 indent methods.  They only change future indents, leaving existing indents as it.  They need change, possibly elimination, in light of 3.x's prohibition mixed tab and space indents.  They make violation way too easy.  This PR will finish this issue.
History
Date User Action Args
2019-07-17 23:03:52terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella
2019-07-17 23:03:52terry.reedysetmessageid: <1563404632.55.0.155362160181.issue36390@roundup.psfhosted.org>
2019-07-17 23:03:52terry.reedylinkissue36390 messages
2019-07-17 23:03:52terry.reedycreate