Ned Deily added the comment:
Thanks, Jason, for the heads-up. Serhiy, can you take a look at this quickly?
I'm going to hold 360b3 until we have a better idea what's going on.
--
priority: normal -> release blocker
resolution: fixed -> duplicate
stage: resolved ->
Ned Deily added the comment:
Thanks, Serhiy! Jason, can you verify that there is no longer a 3.6 regression
with your tests?
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
Excellent, thanks everyone! I'll leave this open for re-evaluation for 3.7.
--
priority: release blocker ->
resolution: duplicate ->
stage: test needed -> needs patch
___
Python tracker
<http:
Ned Deily added the comment:
[typo in commit message, should be #28208]
New changeset 88e3df38d591 by Ned Deily in branch '3.6':
Issue #28028: Update OS X installers to use SQLite 3.14.2.
https://hg.python.org/cpython/rev/88e3df38d591
--
Changes by Ned Deily :
--
Removed message: http://bugs.python.org/msg279836
___
Python tracker
<http://bugs.python.org/issue28028>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks for the patch, Mariatta! Pushed for release in 3.6.0b3.
--
priority: release blocker ->
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://
Ned Deily added the comment:
Thanks for the patch, Mariatta. Pushed for released in 2.7.13, 3.5.3, and
3.6.0b3.
--
priority: release blocker ->
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tr
Changes by Ned Deily :
--
stage: -> commit review
___
Python tracker
<http://bugs.python.org/issue28600>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
To expand a bit, the "Python Language Reference" section on "String and Byte
Literals" explains:
"Even in a raw literal, quotes can be escaped with a backslash, but the
backslash remains in the result; for example, r"\""
Ned Deily added the comment:
Thanks for the patch!
--
nosy: +ned.deily
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue28635>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
test_idle now fails (macOS 10.12, Tcl/Tk 8.6):
test test_idle failed -- Traceback (most recent call last):
File "./lib/python3.7/idlelib/idle_test/test_configdialog.py", line 62, in
test_font
self.assertEqual(changes, expected)
AssertionError: Li
Ned Deily added the comment:
With being this close to release and with two weeks to go until the final beta,
it seems a bit premature to immediately revert this without exploring all the
alternatives especially since it seems the effects are limited to venvs. In
any case, we do need to have
Ned Deily added the comment:
Please leave this as a "release blocker" until we have had a chance to explore
all the options for 3.6.0b4. We may still very well decide that reverting is
the least bad option but I don't want to rule out other options without some
further investig
Changes by Ned Deily :
--
assignee: -> terry.reedy
components: +IDLE
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/issue28658>
___
___
Python-
Ned Deily added the comment:
Thanks for the patch, Gareth! Pushed for release in 2.7.13, 3.5.3, 3.6.0b4,
and 3.7.0.
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.5, Python 3.6
___
Pytho
Ned Deily added the comment:
There are now a few markup errors that the Docs buildbots are catching. See,
for example:
http://buildbot.python.org/all/builders/Docs%203.x/builds/2849
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
I don't think this is appropriate for 3.6 now. We're a little more than 4
weeks from the final release - way past the feature code cut-off - and, from
the comments here, there is no longer a total consensus that this feature
should go back in at all a
Ned Deily added the comment:
I'm not qualified to offer a technical opinion on Windows matters like this so,
for 3.6, I leave it to your discretion, Steve. If you do decide to push this
change, please do so before 3.6.0b4 on Monday.
--
___
P
Ned Deily added the comment:
OK for 3.6.0b4
--
___
Python tracker
<http://bugs.python.org/issue28720>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Since this was previously discussed and rejected (in Issue25179), I don't think
we should revisit this now for 3.6, other than potentially a documentation
tweak.
--
nosy: +ned.deily
versions: -Python 3.6
___
P
Ned Deily added the comment:
With the patch (_2), clang (and gcc 4.2) on macOS warn:
./Modules/_ssl.c:3968:7: warning: assigning to 'unsigned char *' from 'char *'
converts between pointers to integer types with different sign
[-Wpointer-sign]
p = PyByte
Ned Deily added the comment:
And, as it stands, the tests fail (at least on macOS):
==
ERROR: test_set_cert_verify_callback (test.test_ssl.SimpleBackgroundTests
Ned Deily added the comment:
We are two weeks from producing the release candidate for 3.6.0. I don't think
we should be rushing to add a new security-critical API which, IIUC, won't be
used in the initial release anyway. Let's target it for 3.7 after proper
review and the
Ned Deily added the comment:
For 3.6 at least, there are still mentions of --with-optimizations in
Doc/whatsnew/3.6.rst and README.
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
If you can push this in the next hour or two, it can still make b4.
--
___
Python tracker
<http://bugs.python.org/issue28752>
___
___
Ned Deily added the comment:
Just FYI, older python.org installer downloads for macOS, such as those
provided for Python 3.2.x, used a now-obsolete installation package format that
is no longer supported by the macOS installer app. Those installer downloads
have file names that end with .dmg
6901 - 6927 of 6927 matches
Mail list logo