diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 (GMT) |
commit | 02b75abf731831e32bbb8007a3278c14f6ad700a (patch) | |
tree | 3cb25748c067ffda3e2f1a718d9596a180821138 /Misc | |
parent | a31ddb33511f92d20dfddb23d934a0b7f4ab6122 (diff) | |
parent | 69332c1a64d6bdb80ff813fab403be832e12ce64 (diff) | |
download | cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.zip cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.tar.gz cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.tar.bz2 |
Merge spelling and grammar fixes from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 4 | ||||
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/coverity_model.c | 2 |
3 files changed, 4 insertions, 4 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. @@ -8101,7 +8101,7 @@ Library on Windows and adds no value over and above python -m pydoc ... - Issue #18155: The csv module now correctly handles csv files that use - a delimter character that has a special meaning in regexes, instead of + a delimiter character that has a special meaning in regexes, instead of throwing an exception. - Issue #14360: encode_quopri can now be successfully used as an encoder diff --git a/Misc/coverity_model.c b/Misc/coverity_model.c index f776d76..089513a 100644 --- a/Misc/coverity_model.c +++ b/Misc/coverity_model.c @@ -30,7 +30,7 @@ typedef struct {} DIR; typedef struct {} RFILE; /* Python/pythonrun.c - * resourece leak false positive */ + * resource leak false positive */ void Py_FatalError(const char *msg) { __coverity_panic__(); |