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 brett.cannon
Recipients brett.cannon
Date 2013-08-12.19:16:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376334968.93.0.863346638514.issue18716@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out the formatter module isn't really used by anyone. Pydoc uses it, but it could easily use textwrap. Searching on Github shows a usage by someone who simply re-exposes it as part of their own public API but has no actual usage themselves (https://github.com/search?q=%22import+formatter%22&ref=searchresults&type=Code and https://github.com/search?q=%22from+formatter%22&type=Code&ref=searchresults) . A Google search only turns up references in books (https://www.google.ca/search?{google:acceptedSuggestion}oq=%22import+formatter%22&{google:instantFieldTrialGroupParameter}sourceid=chrome&ie=UTF-8&q=%22import+formatter%22&qscrl=1#bav=on.2,or.r_cp.r_qf.&fp=7bfd11bde90d01cb&q=%22import+formatter%22+OR+%22from+formatter%22&qscrl=1).

The attached patch deprecated formatter for removal in Python 3.6.
History
Date User Action Args
2013-08-12 19:16:08brett.cannonsetrecipients: + brett.cannon
2013-08-12 19:16:08brett.cannonsetmessageid: <1376334968.93.0.863346638514.issue18716@psf.upfronthosting.co.za>
2013-08-12 19:16:08brett.cannonlinkissue18716 messages
2013-08-12 19:16:08brett.cannoncreate