mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo.
This commit is contained in:
parent
0b27ff92d2
commit
fa86bf5b81
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Core and builtins
|
|||
if the key value was larger than 2**32. See SF bug #689659.
|
||||
|
||||
- Fixed SF bug #663074. The codec system was using global static
|
||||
variables to store internal data. As a result, any atempts to use the
|
||||
variables to store internal data. As a result, any attempts to use the
|
||||
unicode system with multiple active interpreters, or successive
|
||||
interpreter executions, would fail.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue