Ned Deily added the comment:
New changeset f822549653d8d09b5b7dcddfdf12679a787c by Ned Deily (INADA
Naoki) in branch 'master':
bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093)
https://github.com/python/cpython/commit/f822549653d8d09b5b7dcddfdf
Ned Deily added the comment:
Neil, that looks like a perfect opportunity to use the GitHub web interface to
make that edit :)
--
___
Python tracker
<https://bugs.python.org/issue33
Ned Deily added the comment:
With the updated PR that uses reentrant system functions if available, this now
seems like a pretty big change to be adding to older maintenance releases,
especially since it seems like it would be primarily a performance enhancement
and not fixing a "repea
Change by Ned Deily :
--
versions: +Python 3.8 -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue31202>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Fred:
> Python 2.7 is in security-fix-only mode
That's not quite the case yet. We are still accepting bug-fixes for 2.7
although its end-of-life *is* approaching!
https://devguide.python.org/#status-of-python-branches
--
nosy: +n
Ned Deily added the comment:
What should we do with this issue? Raymond, it sounds like you think the
proposed PR should not be merged, is that right? If so, should the issue and
PR be closed? Other opinions? I would like to resolve this so we can either
merge or close PR 5667. Thanks
Ned Deily added the comment:
We have a languishing PR here. What should be done with it? If I understand
correctly, Serhiy is proposing a more general cleanup in Issue33138 PR 6239.
If that is merged, can PR 6099 here be simplified? What branches should it
apply to? (retargeting for 3.8
Ned Deily added the comment:
New changeset fffeb6f3d66f1c844a9327ffe6e2ad8eae8aeb14 by Ned Deily (Zackery
Spytz) in branch 'master':
bpo-30436: Add missing space in importlib.util.find_spec() error message
(GH-7385)
https://github.com/python/cpyt
Ned Deily added the comment:
Any chance we can get this fixed for 3.7.0rc1?
FWIW, as of current 3.7 head (cebd4b009adca6611e92eb337747f59818e941a6), I am
also seeing the following warnings (on macOS 10.13):
./bin/python3.7 -m test -w -uall,-largefile -j3 test_asyncio
Run tests in parallel
Ned Deily added the comment:
New changeset 4705ea38c900f068fd262aca02943896d1123544 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
https://github.com/python/cpython/commit/4705ea38c900f068fd262aca029438
Ned Deily added the comment:
Merged for 3.7.0rc1
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue33778>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Christian, any progress on this? 3.7.0rc1 is planned to be tagged in 4 days,
on Monday 2018-06-11. Do you think you will be able to provide a PR before
then?
--
___
Python tracker
<https://bugs.python.
Ned Deily added the comment:
Thanks, Christian!
--
___
Python tracker
<https://bugs.python.org/issue33738>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Technically speaking, you can build Python 3.8 or any other current version on
current versions of macOS and it will install just fine, but, because Apple has
deprecated the use of a system-supplied OpenSSL and no longer supplies the
header files to build
Ned Deily added the comment:
Let's fix it now.
--
___
Python tracker
<https://bugs.python.org/issue33796>
___
___
Python-bugs-list mailing list
Unsubscr
Ned Deily added the comment:
> Would be nice to fix this in 3.7.0
Please do!
--
___
Python tracker
<https://bugs.python.org/issue33786>
___
___
Python-
Ned Deily added the comment:
New changeset ee994d7443a7e2809a5d49bd3679fc9c451a411b by Ned Deily (atg7000)
in branch 'master':
bpo-33791: Update README for macOS users (GH-7471)
https://github.com/python/cpython/commit/ee994d7443a7e2809a5d49bd3679fc
Ned Deily added the comment:
Due to some bot issues, the 3.7 commit message went AWOL: the changeset id is
ee994d7443a7e2809a5d49bd3679fc9c451a411b. Thanks for the PR!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -P
Ned Deily added the comment:
(Er, the 3.7 commit is 43202e05c24907576ffd2b10762b18225be7f278)
--
___
Python tracker
<https://bugs.python.org/issue33791>
___
___
Change by Ned Deily :
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue33802>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
This is by design for Python 3 installs; Current *is* created for Python 2
installs for historical reasons. See the discussion in Issue18117 why trying
to use -framework Python is not a good idea unfortunately.
--
resolution: -> duplicate
st
Ned Deily added the comment:
New changeset 5c7f22c2a339f23f8a236540d0ebed955637095b by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33799: Remove non-ordered dicts comments from FAQ (GH-7520)
https://github.com/python/cpython/commit/5c7f22c2a339f23f8a236540d0ebed
Ned Deily added the comment:
New changeset 3b0b90c8c3b8161f0ae9005b83b9b6449d4a8476 by Ned Deily (Andrés
Delfino) in branch 'master':
bpo-33800: Fix default argument for parameter dict_type of
ConfigParser/RawConfigParser (GH-7494)
https://github.com/python/cpyt
Ned Deily added the comment:
Thanks, Andrés!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
New changeset dc20d9d1026282a2879992f4cef517a270c8a467 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33800: Fix default argument for parameter dict_type of
ConfigParser/RawConfigParser (GH-7494) (GH-7542)
https://github.com/python/cpyt
Ned Deily added the comment:
These doc changes have been languishing. We have a difference of opinion about
adding a callback example. I don't have a strong feeling one way or the other.
Davin or anyone else, what say you?
--
nosy: +ned.
Ned Deily added the comment:
@yselivanov, @asvetlov: ping on the languishing PR
--
nosy: +asvetlov, ned.deily
___
Python tracker
<https://bugs.python.org/issue30
Ned Deily added the comment:
> What do others think?
+1 for adding a mention in the 3.7 What's New doc (anyone willing to produce a
PR for (master Doc/whatsnew/3.7.rst ?)
-1 for backporting to 3.6. Since 3.6 has been out there so long and is nearing
the end of its maintenance
Ned Deily added the comment:
New changeset 1cbdb2208aa309cf288ee0b53f0ecd85279bb934 by Ned Deily (Andrés
Delfino) in branch 'master':
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
https://github.com/python/cpython/commit/1cbdb2208aa309cf288ee0b53f0ecd
Ned Deily added the comment:
Thanks for the PR!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: enhancement ->
___
Python tracker
<https://bugs.python
Ned Deily added the comment:
New changeset 416fbe41b783d5686b9cb7ff7f8af94b41dc16b8 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset ea62ce7f4fefc66bc0adba16bcd7666d5bbd5b44 by Ned Deily (Christian
Tismer) in branch 'master':
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
https://github.com/python/cpython/commit/ea62ce7f4fefc66bc0adba16bcd766
Ned Deily added the comment:
As I noted on PR 7477, I decided to merge the change to master so it would get
some buildbot exposure before deciding whether to backport for 3.7.0rc1 which
is coming up shortly. I notice that the change introduced a compiler warning.
Should that be fixed
Ned Deily added the comment:
New changeset 20cd5c6e21559f35feded5b3cfa9069a281d4325 by Ned Deily (Michael
Felt) in branch '3.7':
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511)
https://github.com/python/cpython/commit/20cd5c6e21559f35feded5b3cfa906
Change by Ned Deily :
--
pull_requests: +7198
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue32493>
___
___
Python-bugs-lis
Ned Deily added the comment:
New changeset ced0adb2638e4c02945bfa82e15595918eef74f1 by Ned Deily in branch
'master':
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511)
(GH-7567)
https://github.com/python/cpython/commit/ced0adb2638e4c02945bfa82e15595
Ned Deily added the comment:
As noted on PR 7511 and PR 7567, I have merged Michael's configure.ac fixes for
testing for uuid_enc_be availability (independent of platform) that were
incorrect in earlier commits for this issue. Merged for 3.7.0rc1 and master
(3.8). Thanks, eve
Ned Deily added the comment:
Odd. I see the same behavior with the python.org macOS builds so it's not just
Fedora.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/is
Ned Deily added the comment:
New changeset 053d6c5ce246e6ba9c046467b02a0b6ba4abb8bf by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33770: improve base64 exception message for encoded inputs of invalid
length (GH-7416) (GH-7602)
https://github.com/python/cpyt
Ned Deily added the comment:
I backported Tal's fix for 3.7.0rc1. I am less certain about backporting to
3.6 and 2.7 at this stage of their lives but I don't have a strong feeling
about it so I'll leave the issue open for that.
--
___
Ned Deily added the comment:
New changeset 298eb07faa66da9c588bd82db14a6eef64167ede by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)
https://github.com/python/cpython/commit/298eb07faa66da9c588bd82db14a6e
Ned Deily added the comment:
New changeset 040d4a7b5899b9635c6997c5ecb91f8299f0b352 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (GH-7603)
https://github.com/python/cpyt
Ned Deily added the comment:
Backported for 3.7.0rc1 and 3.6.6rc1. Thanks, all!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
While I think the change makes sense aesthetically, I do not see a compelling
reason why such a user interface change should be introduced to 3.7 at
literally the last moment. Let's do it for 3.8, please.
--
versions: -Pytho
Ned Deily added the comment:
New changeset 8398713cea0eb17b013f25f86bef47c7e5e63139 by Ned Deily (Christian
Tismer) in branch 'master':
bpo-33738: Address review comments in GH #7477 (GH-7585)
https://github.com/python/cpython/commit/8398713cea0eb17b013f25f86bef47
Ned Deily added the comment:
New changeset 2487f30d5529948ace26559e274d7cac6abcd1a8 by Ned Deily (Steve
Weber) in branch 'master':
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
https://github.com/python/cpython/commit/2487f30d5529948ace26559e274d7c
Ned Deily added the comment:
Sigh! I was hoping we could get this in for 3.7.0 but I think we have run out
of time and we really should not be making potential user-visible API changes
at this last minute. I did notice the new compile warning for the Windows
non-debug build but I
Ned Deily added the comment:
New changeset ec4343c3b4c0e0a7500122fac616e6488c0ab842 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
(GH-7606)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 3e121581d008a780b8a9f1bcda5966cf0c06f6d5 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
(GH-7607)
https://github.com/python/cpyt
Ned Deily added the comment:
As I noted in the discussion on PR 6731, I think there should be a test for
this so we don't break it again. But, since it seems that the problem has
affected a number of users and projects and since the fix is easy and easily
testable manually, I decid
Change by Ned Deily :
--
pull_requests: +7233
___
Python tracker
<https://bugs.python.org/issue26510>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +7232
___
Python tracker
<https://bugs.python.org/issue33109>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset ef057bfb06cae0718e6d708061649d2e3983e2ef by Ned Deily in branch
'master':
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
https://github.com/python/cpython/commit/ef057bfb06cae0718e6d70806
Ned Deily added the comment:
New changeset ef057bfb06cae0718e6d708061649d2e3983e2ef by Ned Deily in branch
'master':
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
https://github.com/python/cpython/commit/ef057bfb06cae0718e6d70806
Ned Deily added the comment:
New changeset a73399d5963d6b1639d935968f4a8baa868c39d3 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
(GH-7610)
https://github.com/python
Ned Deily added the comment:
New changeset a73399d5963d6b1639d935968f4a8baa868c39d3 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
(GH-7610)
https://github.com/python
Change by Ned Deily :
--
keywords: +patch
pull_requests: +7236
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33745>
___
___
Python-
Ned Deily added the comment:
New changeset 12c6cdf4d16078aa09de32a39193c8161177b39d by Ned Deily in branch
'master':
bpo-33745: Add What's New for empty function docstring change. (GH-7611)
https://github.com/python/cpython/commit/12c6cdf4d16078aa09de32a39
Ned Deily added the comment:
The 3.7 What's New has been updated as Nick suggested. Thanks, Nick, and
thanks, Ned, for bringing it up!
--
priority: deferred blocker ->
resolution: -> fixed
stage: patch review -> resolved
status:
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 2.7, Python 3.6
___
Python tracker
<https://bugs.python.or
Change by Ned Deily :
--
pull_requests: +7239
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issue23404>
___
___
Python-
Ned Deily added the comment:
New changeset 9d6171ded5c56679bc295bacffc718472bcb706b by Ned Deily in branch
'master':
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)
https://github.com/python/cpython/commit/9d6171ded5c56679bc295bacf
Ned Deily added the comment:
New changeset 144493dd7f2640f7e9091862ece3e0a6aca07884 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) (GH-7621)
https://github.com/python
Change by Ned Deily :
--
pull_requests: +7241
___
Python tracker
<https://bugs.python.org/issue23404>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 1b5731e2761a9a1b7394b3a81ed267f94fde42ca by Ned Deily in branch
'3.6':
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7622)
https://github.com/python/cpython/commit/1b5731e2761a9a1b7394b3a81
Change by Ned Deily :
--
pull_requests: +7242
___
Python tracker
<https://bugs.python.org/issue23404>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +7243
___
Python tracker
<https://bugs.python.org/issue23404>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 4fde701133643d09354ec4bda6bdf78d85aed797 by Ned Deily in branch
'2.7':
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624)
https://github.com/python/cpython/commit/4fde701133643d09354ec4bda
Ned Deily added the comment:
I've updated and synced the What's New files across master, 3.7, 3.6, 3.5 (PR
pending RM merge), and 2.7. So I think we are finally done here.
--
priority: deferred blocker -> normal
resolution: -> fixed
stage: patch review -> re
Change by Ned Deily :
--
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue33582>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 46c5cd0f6e22bdfbdd3f0b18f1d01eda754e7e11 by Ned Deily (Matthias
Bussonnier) in branch 'master':
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
https://github.com/python/cpython/commit/46c5cd0f6e22bdfbdd3f0b18f1d01e
Ned Deily added the comment:
> See #33770, which will make recognizing and handling this case
> straightforward.
The fix for #33770 is only in 3.7.0 and later, so does this mean this change
should not be backported to 3.6? Updating the the versions accordingly. If it
is appropria
Ned Deily added the comment:
Thanks for the PR, Matthias, and thanks for shepherding this, Tal. Merged for
3.7.0rc1 (I don't think it is appropriate to backport to earlier releases.)
--
resolution: -> fixed
stage: patch review -> resolved
status: ope
Ned Deily added the comment:
New changeset ef24b6c54d40e7820456873a6eab6ef57d2bd0db by Ned Deily (Christian
Heimes) in branch 'master':
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
https://github.com/python/cpython/commit/ef24b6c54d40e7820456873a6eab6e
Ned Deily added the comment:
New changeset a5db479ac4cdcc0d94ec1d7a594720a651d90433 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)
https://github.com/python/cpyt
Change by Ned Deily :
--
pull_requests: +7269
___
Python tracker
<https://bugs.python.org/issue31432>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 4531ec74c4a9c8e15ee2bdec11b12796ce000f6f by Ned Deily in branch
'master':
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
https://github.com/python/cpython/commit/4531ec74c4a9c8e15ee2bdec11b127
Ned Deily added the comment:
New changeset 42198571c586e0dc56836b79329f94952b1975bb by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
(GH-7651)
https://github.com/python/cpyt
Change by Ned Deily :
--
pull_requests: +7271
___
Python tracker
<https://bugs.python.org/issue31432>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset e25757408dc22561af9f9589c2c7e2a2fbb66ee4 by Ned Deily in branch
'3.6':
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)
https://github.com/python/cpython/commit/e25757408dc22561af9f9589c2c7e2
Change by Ned Deily :
--
pull_requests: +7273
___
Python tracker
<https://bugs.python.org/issue25612>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 41254ebd5e4f40a2e095d8aaea60bf3973de4647 by Ned Deily (Zackery
Spytz) in branch 'master':
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation
warning (GH-7655)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 04290cb9945eca1a97f6924495256c15f29fab41 by Ned Deily in branch
'master':
bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)
https://github.com/python/cpython/commit/04290cb9945eca1a97f692449
Ned Deily added the comment:
New changeset 8379b70be2c0a9e3f11cdb694a8faaf5763f99ed by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation
warning (GH-7655) (GH-7657)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset ef5f4ba96e05f61ad3baca502012085f31e99342 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) (GH-7658)
https://github.com/python/cpython/commit/ef5f4ba96e05f61ad3baca502
Ned Deily added the comment:
P.S. I added a very minimal What's New in 3.7 entry for this change since it
has affected some downline projects. I just copied the NEWS entry. Feel free
to expand it and/or move it to a better location in the
Ned Deily added the comment:
> For a recent example of change releasing the GIL, see bpo-32186 which has
> been backported up to 2.7.
Playing Devil's Advocate here: yes, but that was a far simpler and less
extensive change. bpo-32186 did not change configure.ac and pyconfig.
Change by Ned Deily :
--
nosy: +gregory.p.smith
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue15533>
___
___
Python-bug
Change by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue33
Change by Ned Deily :
--
nosy: +terry.reedy
___
Python tracker
<https://bugs.python.org/issue33877>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Test case:
import os
fo = open('/tmp/temp', 'wb')
fi = open('/tmp/temp', 'rb')
os.sendfile(fo.fileno(), fi.fileno(), 0, 0, headers=[b'x' * 2**16] * 2**15)
--
run against current master HEAD (2f9cbaa8b2190b6df
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue33884>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +benjamin.peterson
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue16684>
___
___
Python-bug
Change by Ned Deily :
--
components: +asyncio -Interpreter Core
nosy: +asvetlov, yselivanov
versions: -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue33
Ned Deily added the comment:
Thanks for all the investigate work and thanks for the finding what appears to
be an easy workaround, @boegel. Clearly, though, this is not a Python problem
and, with an external workaround (e.g. increasing the process stack size via
ulimit), there is no need
Change by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<https://bugs.python.org/issue33875>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Jasper, as Terry notes, you can either download and install a version of
ActiveState Tcl/Tk 8.5 (not 8.6) to use with the version of Python 3.6.5
installed or, better, download and install from the alternate 10.9+ 64-bit-only
Python 3.6.5 insteller from
Ned Deily added the comment:
Since the undocumented change in behavior from 3.6 to 3.7 appears to be causing
some downstream regressions at this late stage, I think Victor's change should
be cherry-picked for 3.7.0 final.
Nick or Eric, if you merge a 3.7 doc change, I'll cherry-pi
Change by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<https://bugs.python.org/issue33885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +meador.inge
___
Python tracker
<https://bugs.python.org/issue33899>
___
___
Python-bugs-list mailing list
Unsubscribe:
3801 - 3900 of 6927 matches
Mail list logo