[New-bugs-announce] [issue27915] Use 'ascii' instead of 'us-ascii' to bypass lookup machinery

Ville Skyttä report at bugs.python.org
Wed Aug 31 11:08:49 EDT 2016


New submission from Ville Skyttä:

https://docs.python.org/3/library/codecs.html#standard-encodings

There are a bunch of other us-ascii occurrences in the tree; this patch covers the ones that are not user visible in a way that could cause problems or changes in behavior.

----------
files: ascii.patch
keywords: patch
messages: 274028
nosy: scop
priority: normal
severity: normal
status: open
title: Use 'ascii' instead of 'us-ascii' to bypass lookup machinery
type: performance
Added file: http://bugs.python.org/file44300/ascii.patch

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


More information about the New-bugs-announce mailing list