cpython/Misc/NEWS.d/next
Quentin Agren 9e14e49f13 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
Since `SourceFileLoader.set_data()` catches exceptions raised by `_write_atomic()` and logs an informative message consequently, always logging successful outcome in 'SourceLoader.get_code()' seems redundant.  



https://bugs.python.org/issue35024
2018-10-26 11:36:30 -07:00
..
Build bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) 2018-10-26 15:10:29 +02:00
C API bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599) 2018-10-23 22:58:24 +03:00
Core and Builtins bpo-29843: raise AttributeError if given negative _length_ (GH-10029) 2018-10-22 18:33:10 +03:00
Documentation bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) 2018-10-26 12:52:11 +02:00
IDLE bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) 2018-09-25 15:10:14 +03:00
Library bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) 2018-10-26 11:36:30 -07:00
Security bpo-34791: xml package obeys ignore env flags (GH-9544) 2018-09-24 10:21:12 -07:00
Tests bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) 2018-10-12 09:51:05 +02:00
Tools-Demos bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) 2018-10-15 23:19:57 +02:00
Windows bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) 2018-10-20 02:28:22 +02:00
macOS closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) 2018-10-20 17:07:54 -07:00