diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-20 17:48:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-20 17:48:43 -0400 |
| commit | ac325f34b73c534fd19204400afa598bf63ea301 (patch) | |
| tree | b33c5c7a828ac13673bda69605d3ce5520a99192 /CHANGES.rst | |
| parent | b9baa94e18e91671f9acde4e0e033be1391a7fde (diff) | |
| parent | 735a66a5588aadcf02a10b58338d476803916b99 (diff) | |
| download | external_python_setuptools-ac325f34b73c534fd19204400afa598bf63ea301.tar.gz external_python_setuptools-ac325f34b73c534fd19204400afa598bf63ea301.tar.bz2 external_python_setuptools-ac325f34b73c534fd19204400afa598bf63ea301.zip | |
Merge pull request #736 from Ofekmeister/master
Fix issue #459
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index c6839a0d..065c77ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ v26.0.0 v25.4.0 ------- +* #459 via #736: On Windows systems, sys.argv[0] now correctly becomes the + name of entry point. + * Add Extension(py_limited_api=True). When set to a truthy value, that extension gets a filename apropriate for code using Py_LIMITED_API. When used correctly this allows a single compiled extension to work on |
