[New-bugs-announce] [issue25899] Unnecessary non-ASCII characters in standard library

Chris Angelico report at bugs.python.org
Fri Dec 18 02:43:12 EST 2015


New submission from Chris Angelico:

Discussion on python-list led to searching out unnecessary non-ASCII in the stdlib. While there are places where non-ASCII text is good and worthwhile (eg in comments identifying people such as Łukasz Langa, Peter Åstrand, Martin v. Löwis, and Gerhard Häring, or code specifically demonstrating or implementing non-ASCII behaviour), there are some instances which are unnecessary. Attached is a patch converting apostrophes, dashes, and one space.

----------
components: Library (Lib)
files: asciify.diff
keywords: patch
messages: 256647
nosy: Rosuav
priority: normal
severity: normal
status: open
title: Unnecessary non-ASCII characters in standard library
versions: Python 3.6
Added file: http://bugs.python.org/file41344/asciify.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25899>
_______________________________________


More information about the New-bugs-announce mailing list