cpython/Misc/NEWS.d/next
Victor Stinner 696b501cd1
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
* distutils.config: Use the PyPIRCCommand.realm attribute if set
* turtledemo: wait until macOS osascript command completes to not
  create a zombie process
* Tools/scripts/treesync.py: declare 'default_answer' and
  'create_files' as globals to modify them with the command line
  arguments. Previously, -y, -n, -f and -a options had no effect.

flake8 warning: "F841 local variable 'p' is assigned to but never
used".
2017-11-28 15:30:32 +01:00
..
Build bpo-32059: setup.py now also searches the sysroot paths (GH-4452) 2017-11-25 17:25:30 +01:00
C API bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) 2017-11-24 22:06:38 +01:00
Core and Builtins bpo-32096: Remove obj and mem from _PyRuntime (#4532) 2017-11-24 12:09:24 +01:00
Documentation bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) 2017-11-21 11:06:26 -05:00
IDLE bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) 2017-11-22 19:05:25 -05:00
Library bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) 2017-11-28 15:30:32 +01:00
Security Update PyDoc topics and NEWS blurbs for 3.7.0a1 2017-09-19 01:01:36 -04:00
Tests bpo-32136: Separate embedding tests from C API tests (GH-4567) 2017-11-28 08:11:51 +10:00
Tools-Demos bpo-30722: Make redemo work with Python 3.6+ (GH-2311) 2017-10-23 20:10:48 +03:00
Windows bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) 2017-11-23 15:47:30 +03:00
macOS