diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-28 20:40:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 20:40:57 (GMT) |
commit | 4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27 (patch) | |
tree | da653177934ecf5a2dc4a6c5efa3e25452ead2b7 /Misc/NEWS.d/3.7.0a3.rst | |
parent | 0c50b8c0b8274d54d6b71ed7bd21057d3642f138 (diff) | |
download | cpython-4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27.zip cpython-4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27.tar.gz cpython-4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27.tar.bz2 |
[docs] Improve the markup of powers (GH-28598)
Diffstat (limited to 'Misc/NEWS.d/3.7.0a3.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0a3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0a3.rst b/Misc/NEWS.d/3.7.0a3.rst index 8ef7a51..067720e 100644 --- a/Misc/NEWS.d/3.7.0a3.rst +++ b/Misc/NEWS.d/3.7.0a3.rst @@ -100,7 +100,7 @@ Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks. Setting sys.tracebacklimit to None now causes using the default limit. Setting sys.tracebacklimit to an integer larger than LONG_MAX now means using the limit LONG_MAX rather than the default limit. -Fixed integer overflows in the case of more than 2**31 traceback items on +Fixed integer overflows in the case of more than ``2**31`` traceback items on Windows. Fixed output errors handling. |