From: Steve Dower Date: Sat, 23 Jul 2016 15:02:02 +0000 (-0700) Subject: Issue #27469: Adds a shell extension to the launcher so that drag and drop works... X-Git-Tag: v3.6.0a4~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edddc2704ceecdb9a2584b36a8ad00368d19d232;p=python Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. --- edddc2704ceecdb9a2584b36a8ad00368d19d232 diff --cc Misc/NEWS index b54592069d,a9ebb7c0fb..8f1aa349c1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -222,28 -115,14 +222,34 @@@ C AP ----- - Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as - an iterable of integers. Now only strings and bytes-like objects are accepted. + an iterable of integers. Now only strings and byte-like objects are accepted. -Tests +Build ----- -- Issue #27369: In test_pyexpat, avoid testing an error message detail that - changed in Expat 2.2.0. +- Issue #27442: Expose the Android API level that python was built against, in + sysconfig.get_config_vars() as 'ANDROID_API_LEVEL'. + +- Issue #27434: The interpreter that runs the cross-build, found in PATH, must + now be of the same feature version (e.g. 3.6) as the source being built. + +- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. + +- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to + plat-$(PLATFORM_TRIPLET). + Rename the config directory (LIBPL) from config-$(LDVERSION) to + config-$(LDVERSION)-$(PLATFORM_TRIPLET). + Install the platform specifc _sysconfigdata module into the platform + directory and rename it to include the ABIFLAGS. + +- Don't use largefile support for GNU/Hurd. + ++Windows ++------- ++ ++- Issue #27469: Adds a shell extension to the launcher so that drag and drop ++ works correctly. + Tools/Demos -----------