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 serhiy.storchaka
Recipients chris.jerdonek, docs@python, ezio.melotti, ghaering, jcea, lars.gustaebel, lemburg, loewis, neologix, pitrou, serhiy.storchaka, terry.reedy, zseil
Date 2012-08-11.14:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344696502.71.0.736540816983.issue15444@psf.upfronthosting.co.za>
In-reply-to
Content
Non-ascii characters already used in a lot (43-50) of doc files.

    LC_ALL=C find Doc/ -type f -name '*.rst' -exec egrep --color "$(printf '[\x80-\xFF]+')" '{}' +

All touched files already contains non-ascii characters (and Misc/HISTORY contains invalid UTF-8 sequence).
History
Date User Action Args
2012-08-11 14:48:22serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, jcea, ghaering, lars.gustaebel, zseil, pitrou, ezio.melotti, chris.jerdonek, neologix, docs@python
2012-08-11 14:48:22serhiy.storchakasetmessageid: <1344696502.71.0.736540816983.issue15444@psf.upfronthosting.co.za>
2012-08-11 14:48:22serhiy.storchakalinkissue15444 messages
2012-08-11 14:48:21serhiy.storchakacreate