diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
commit | 69332c1a64d6bdb80ff813fab403be832e12ce64 (patch) | |
tree | c61ce7d7f833c11b0e665d780d06107f39228342 /Misc/HISTORY | |
parent | 72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96 (diff) | |
download | cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.zip cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.gz cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.bz2 |
Fix spelling and grammar in documentation and code comments
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 06eb979..98e9041 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -1339,7 +1339,7 @@ Core and Builtins Library ------- -- Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'. +- Issue #14768: os.path.expanduser('~/a') doesn't work correctly when HOME is '/'. - Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. @@ -23970,7 +23970,7 @@ in Python. An example completer, rlcompleter.py, is provided. - The traceback.py module has a new function tb_lineno() by Marc-Andre Lemburg which extracts the line number from the linenumber table in -the code object. Apparently the traceback object doesn't contains the +the code object. Apparently the traceback object doesn't contain the right linenumber when -O is used. Rather than guessing whether -O is on or off, the module itself uses tb_lineno() unconditionally. |