Ned Deily added the comment:
New changeset 2bc83afb30850f682487ffa560c9e3663788baaa by Ned Deily (Victor
Stinner) in branch '2.7':
bpo-31355: Travis CI: remove the macOS job (#3367)
https://github.com/python/cpython/commit/2bc83afb30850f682487ffa560c9e3
Changes by Ned Deily :
--
nosy: +ned.deily, vinay.sajip
___
Python tracker
<http://bugs.python.org/issue31363>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ned Deily:
Tix is an old Tk widget extension set that has long been superseded by the ttk
widgets that were added in Tk 8.5, officially released 10 years ago and since
superseded by Tk 8.6. Tix was useful for users of Tk 8.4 but tkinter is no
longer built, tested, or
Changes by Ned Deily :
--
pull_requests: +3437
___
Python tracker
<https://bugs.python.org/issue31036>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 590665c399fc4aa3c4a9f8e7104d43a02e9f3a0c by Ned Deily in branch
'master':
bpo-31036: Allow sphinx and blurb to be found automatically (#3440)
https://github.com/python/cpython/commit/590665c399fc4aa3c4a9f8e7104d43
Ned Deily added the comment:
New changeset 645c1e421348790d49eab863279a41cb2b6a007a by Ned Deily (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
(#3441)
https://github.com/python/cpyt
Ned Deily added the comment:
For the 3.6 and master branches, I've now enhanced Doc/Makefile to better find
its tools. If the doc venv is present, e.g. make venv was run, the Doc build
recipe will use sphinx-build and blurb from there, otherwise the process PATH
will be search for inst
Ned Deily added the comment:
New changeset 9cc332094c5f8cbaa47400633ab3ba372da61c9d by Ned Deily in branch
'3.5':
[3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
https://github.com/python/cpython/commit/9cc332094c5f8cbaa47400633ab3ba
Ned Deily added the comment:
Thanks for the report. After looking into this a bit, the URLs you are using
are those from the daily docs build, the latest doc changes checked into each
branch. As best I can tell, the part of the daily build that makes the
downloadable files has been broken
Ned Deily added the comment:
P.S. I just noticed that I forgot to credit Brett here as the source (from
superseded PR 2953) of a good portion of the last round of PRs. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue31
Changes by Ned Deily :
--
priority: release blocker -> deferred blocker
___
Python tracker
<https://bugs.python.org/issue31233>
___
___
Python-bugs-list mai
Changes by Ned Deily :
--
priority: release blocker -> deferred blocker
___
Python tracker
<https://bugs.python.org/issue31151>
___
___
Python-bugs-list mai
Ned Deily added the comment:
I believe all the branches except 3.5 and 3.4 have been updated so adjusting
the Versions field accordingly. All yours, Larry!
--
stage: patch review -> commit review
versions: -Python 3.3, Python 3.6, Python
Changes by Ned Deily :
--
nosy: +dstufft, ncoghlan
___
Python tracker
<https://bugs.python.org/issue31351>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for looking into this. See also
https://github.com/python/psf-salt/issues/118 where the question arose whether
the version of Tex Live on docs is new enough. I'm no expert at anything Tex
but the odd thing is that I had been able to build dist docs
Ned Deily added the comment:
Good news! It appears that the changes supplied by @linkid have indeed fixed
the daily downloadable doc build failures, 3.7, 3.6, and 2.7 docs were built
successfully and the 404s are gone. Thanks everyone for helping with this!
--
stage: commit review
New submission from Ned Deily :
New versions of OpenSSL were released on 2018-11-20. We should update for
3.7.2, 3.6.8, and 2.7.16.
--
assignee: christian.heimes
components: SSL, Windows, macOS
messages: 331010
nosy: benjamin.peterson, christian.heimes, ned.deily, paul.moore
New submission from Ned Deily :
Tcl/Tk 8.6.9 (followed by Tk 8.6.9.1) was released recently. Among other
things, they contain fixes for various issues on macOS, some of which have been
seen by macOS users of IDLE and other tkinter apps, so the macOS installer
should definitely be updated
Ned Deily added the comment:
This issue is still open and blocking the upcoming 3.7.2rc1 and 3.6.8rc1
releases.
--
___
Python tracker
<https://bugs.python.org/issue31
Ned Deily added the comment:
> I think as it stands, this ticket is "not a bug".
Indeed, this is not only not a bug, it's a feature that the docs for every
Python release family are available on-line. That said, we do have two sets of
URLs that point to the
Change by Ned Deily :
--
keywords: +patch
pull_requests: +10279
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33725>
___
___
Python-
Ned Deily added the comment:
New changeset ac218bc5dbfabbd61c76ce8a17de088611e21981 by Ned Deily in branch
'master':
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
https://github.com/python/cpython/commit/ac218bc5dbfabbd61c76ce8a17de08
Ned Deily added the comment:
Since it looks like multiprocessing_fork is not going to be fixable for macOS,
the main issue remaining is how to help users avoid this trap (literally).
Should we add a check and issues a warning or error at run time? Or is a doc
change sufficient?
In the
Ned Deily added the comment:
New changeset 25648d05ac3d74c436f951579bbb716372fb8cc7 by Ned Deily (jdemeyer)
in branch 'master':
bpo-34245: install Python shared library with more standard 0755 mode (GH-8492)
https://github.com/python/cpython/commit/25648d05ac3d74c436f951579bbb71
Ned Deily added the comment:
Thanks for the PR. I've merged it for release in 3.8.0. As I commented on the
PR, I don't think we should backport this; the current behavior has been around
for many years and was working as designed so it's not really a bug.
--
resolu
Ned Deily added the comment:
New changeset f83ee476d48dbeb90ddf3526b04936a49a87973a by Ned Deily (stratakis)
in branch '3.6':
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
https://github.com/python/cpython/commit/f83ee476d48dbeb90ddf3526b04936a49a87973a
-
Ned Deily added the comment:
See also Issue31354, Issue35351, and Issue35257.
--
versions: +Python 3.6
___
Python tracker
<https://bugs.python.org/issue28
Ned Deily added the comment:
See also Issue28015, Issue31354, and Issue35257.
--
nosy: +ned.deily
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.6
___
Python tracker
<https://bug
Ned Deily added the comment:
OK, I think we are in better shape for 3.6.8 now. I've merged the backports to
3.6 of Issue28015 / PR 9908 (LTO with clang) and Issue35351 / PR 10797 (prevent
LTO CFLAGS leakage into distutils). So, at the moment, master, 3.7, and 3.6
should behave the sa
Ned Deily added the comment:
Unfortunately, it appears this won't be resolved in time for 3.7.2rc1 and
3.6.8rc1 and it would not be appropriate to merge something this potentially
disruptive without prior exposure. Since 3.6.8 is planned to be the final
3.6.x bugfix release, unless
Change by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue35450>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
> Unfortunately, it appears this won't be resolved in time for 3.7.2rc1 and
> 3.6.8rc1
An update: the cutoff for these releases has been extended until about 30 hours
from now so there is perhaps a small chance that the PR for this could still
Change by Ned Deily :
--
components: +asyncio
nosy: +asvetlov, yselivanov
___
Python tracker
<https://bugs.python.org/issue35456>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
pull_requests: +10326
___
Python tracker
<https://bugs.python.org/issue35401>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +10327
___
Python tracker
<https://bugs.python.org/issue35401>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
keywords: +patch
pull_requests: +10330
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35402>
___
___
Python-
Change by Ned Deily :
--
assignee: christian.heimes ->
priority: release blocker ->
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyt
Ned Deily added the comment:
New changeset 7cf3d8e25174c8871883e42f3240fd7f01efd3a8 by Ned Deily in branch
'master':
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
https://github.com/python/cpython/commit/7cf3d8e25174c8871883e42f3240fd
Ned Deily added the comment:
The macOS installers will use Tcl 8.6.9 and Tk 8.6.9.1 starting with 3.7.2rc1
and 3.6.8rc1. Due to time constraints, the Windows builds will get updated
later.
--
title: Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1 -> Upgrade
macOS
Change by Ned Deily :
--
pull_requests: +10338
___
Python tracker
<https://bugs.python.org/issue15663>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +10339
___
Python tracker
<https://bugs.python.org/issue15663>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset f74cabd9203cf3be97fdb3821a7fa0b74d7b2263 by Ned Deily in branch
'3.6':
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private
Tcl/Tk 8.6 (GH-11109)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset d0d09b511d7a438fb18a9a4703480763119b4eac by Ned Deily in branch
'2.7':
[2.7] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private
Tcl/Tk 8.6 (GH-0)
https://github.com/python/cpyt
Ned Deily added the comment:
Update: as of 3.6.8rc1 and the eventual 2.7.16rc1, both installer variants
(10.9+ and 10.6+) provide a built-in Tcl/Tk 8.6.8. For python.org installers,
Tcl/Tk 8.5.x is finally dead!
--
___
Python tracker
<ht
Ned Deily added the comment:
FWIW, test_ssl currently passes on the other FreeBSD 3.6 buildbot: FreeBSD
10-STABLE Non-Debug 3.6 buildbot. Among any other differences, the SSL version
there is older:
ssl.OPENSSL_VERSION: OpenSSL 1.0.1u-freebsd 22 Sep 2016
--
nosy: +ned.deily
Ned Deily added the comment:
On the other hand and also FWIW, test_ssl does pass on the AMD64 FreeBSD
CURRENT Shared 3.7 buildbot (the same system?) which also has 1.1.1a:
ssl.OPENSSL_VERSION: OpenSSL 1.1.1a 20 Nov 2018
--
___
Python tracker
Ned Deily added the comment:
Should the problems be reported upstream?
--
___
Python tracker
<https://bugs.python.org/issue35402>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Julien can give the definite answer. But, sorry, I don't see this as a release
blocker. We've had to bump Sphinx versions for a number of reasons as the
documentation has become more sophisticated between cycles and over a release
cycle. In fact,
Ned Deily added the comment:
> Would it be safe to run the multiprocessing tests on recent macOS with the
> OBJC_DISABLE_INITIALIZE_FORK_SAFETY environment variable set?
See Ronald's reply above in msg331101. I believe his point is that there is
nothing you can do to make thi
Ned Deily added the comment:
FWIW: I did a quick check of the 3.7.2rc1 IDLE, that now has Tk 8.6.9.1, with
the "prefer tabs" setting on. The newly added check in IDLE does work as
designed but it also looked like the original problem has been fixed in Tk,
that is, the co-ordinate
Ned Deily added the comment:
New changeset 789b0ee023f14385a2fd635272768c3b55a99773 by Ned Deily (Steve
Dower) in branch '3.6':
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file
(GH-11224) (GH-11251)
https://github.com/python/cpyt
Ned Deily added the comment:
I'm seeing the same behavior, Terry. The installer's version was built from the
Tk 8.6.9.1 release. I'll try building Tk from the core-8-6-branch unless Kevin
has a better idea.
--
___
Python
Ned Deily added the comment:
Also, to be clear, I'm seeing any IDLE window turn completely black while
resizing including IDLE's shell window; the "import tkinter" ... commands
aren't necessary to see the problem.
--
_
Ned Deily added the comment:
New changeset 782e1d537778d93eb4cba1343f71bfc51e7e3c00 by Ned Deily (Victor
Stinner) in branch '3.6':
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)
https://github.com/python/cpython/commit/782e1d537778d93eb4cba1343
Change by Ned Deily :
--
pull_requests: -10497
___
Python tracker
<https://bugs.python.org/issue35499>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset c7b7a43cd8964a90669bb37735cdafc5b0ec60cc by Ned Deily (Myles
Borins) in branch '3.7':
[3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)
https://github.com/python/cpython/commit/c7b7a43cd8964a90669bb37735cdaf
Ned Deily added the comment:
New changeset 70db385944ecf2ceed10ed7d91fce68399f9ca8a by Ned Deily (Myles
Borins) in branch '3.6':
[3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)
https://github.com/python/cpython/commit/70db385944ecf2ceed10ed7d91fce6
Ned Deily added the comment:
New changeset d9a2aca839b1326e011ecca17ba7b45123c47a64 by Ned Deily (Myles
Borins) in branch '2.7':
[2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978)
https://github.com/python/cpython/commit/d9a2aca839b1326e011ecca17ba7b4
Change by Ned Deily :
--
versions: +Python 2.7, Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue31715>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
pull_requests: -10503
___
Python tracker
<https://bugs.python.org/issue35499>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Also cherry-picked to 3.6 in commit a21bedf9edeacce6f0de3b2df0783e2ad6aa3b18
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
(GH-11265)
--
priority: release blocker ->
resolution: -> fixed
stage: patch review -> resolv
Ned Deily added the comment:
New changeset 75f187478603de33c15f501a947207bfe8ba833f by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)
https://github.com/python/cpyt
Ned Deily added the comment:
We should look at doing this for the next set of maintenance updates. This
doesn't appear to be critical enough to delay current releases unless someone
can show how this exploit could be used in a typical Python application.
--
components: +macOS
Ned Deily added the comment:
New changeset ff740db42326082fac7d415ae9aff148628a83ed by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35461: Document C API functions which suppress exceptions. (GH-9)
(GH-11210)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 5241ecff161ccf34083b6a824d1ae6d79917d889 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`.
(GH-10620) (GH-11269)
https://github.com/python/c
Ned Deily added the comment:
> The point of the minimal code snippet is that the behavior is tk/tkinter
> generic
Ah!
--
___
Python tracker
<https://bugs.python.org/i
Ned Deily added the comment:
Based on the discussion here and in Issue35387, I built and tested macOS
installers for 3.7.2rc1+ and 3.6.8rc1+ using the current tip of the Tk
core-8-6-branch (https://core.tcl.tk/tk/info/deb6ecc05e4202e3); I continued to
build Tcl from the Tcl 8.6.9 release
Ned Deily added the comment:
At the moment, I am holding the 3.7.2 and 3.6.8 final releases for this and
another unrelated regression. I don't want to hold up these releases for all
platforms just for issues related to use of Tk, tkinter, and/or IDLE on macOS.
There doesn't seem
Ned Deily added the comment:
Using the current tip of Tk core-8-6-branch, I also now see the problem of the
extra blank (not necessarily black) window appearing (also it looks like a
blank window at least sometimes briefly appears and disappears when IDLE
launches). This problem hasn
Change by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue35558>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +vinay.sajip
versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue35
Change by Ned Deily :
--
keywords: +security_issue
priority: normal -> high
___
Python tracker
<https://bugs.python.org/issue35121>
___
___
Python-bugs-lis
Change by Ned Deily :
--
nosy: +serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue35121>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Update: After producing release installers for 3.7.2 and 3.6.8 using Tk 8.6.9.1
(option 2 above), I ran into a new and much more severe regression. For macOS
10.14 (Mojave), the only regression I know of remains the "window turning black
while resizing&q
Change by Ned Deily :
--
pull_requests: +10532
___
Python tracker
<https://bugs.python.org/issue35257>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 68f5dfd955ee7a16fabf90d7c370159cc0ca9b75 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299)
https://github.com/python/cpython/commit/68f5dfd955ee7a16fabf90d7c37015
Ned Deily added the comment:
New changeset e5fdab2a8053d4c24d8ddb21362e17f0f636a5d0 by Ned Deily in branch
'3.6':
Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1
(GH-11101)"
https://github.com/python/cpython/commit/e5fdab2a8053d4c24d8d
Ned Deily added the comment:
New changeset e5fdab2a8053d4c24d8ddb21362e17f0f636a5d0 by Ned Deily in branch
'3.6':
Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1
(GH-11101)"
https://github.com/python/cpython/commit/e5fdab2a8053d4c24d8d
Ned Deily added the comment:
New changeset 371ca0bb8f5eaa0dcbd3fa2f878398285488d47f by Ned Deily (Julien
Palard) in branch '3.7':
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
https://github.com/python/cpython/commit/371ca0bb8f5eaa0dcbd3fa2f878398
Ned Deily added the comment:
New changeset 986a9ab09d9564ea884d3dc3f0cedb68b861ddf3 by Ned Deily in branch
'3.7':
Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1
(GH-11101)"
https://github.com/python/cpython/commit/986a9ab09d9564ea884d
Ned Deily added the comment:
New changeset 7e4e4bd2b8245426fe733f3c57238acf41f17900 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)
https://github.com/python
Ned Deily added the comment:
New changeset 25ee15a15c2d274afeea2dc5a0a0b4fb4bea904b by Ned Deily (Myles
Borins) in branch '3.7':
[3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)
https://github.com/python/cpython/commit/25ee15a15c2d274afeea2dc5a0a0b4
Ned Deily added the comment:
New changeset f14087a4a96bb3f500e2d2bbc36c1124e90d5f73 by Ned Deily (Victor
Stinner) in branch '3.7':
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)
https://github.com/python/cpython/commit/f14087a4a96bb3f500e2d2bbc36c11
Ned Deily added the comment:
New changeset c53e5f6ab988a74d60273d9130f233d1c446a93c by Ned Deily (Miss
Islington (bot)) in branch '3.7':
Fixed missing colun in library/sys.po (GH-11153)
https://github.com/python/cpython/commit/c53e5f6ab988a74d60273d9130f233d1c446a93c
-
Ned Deily added the comment:
New changeset 4db9a3fffa232e88fcc2ad3b5ce35e9f8657bbe5 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file
(GH-11224)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset ffc106c596d87e6e41bf9a3b69a5943317914afd by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620)
https://github.com/python/c
Ned Deily added the comment:
It depends what version of Tcl/Tk is used and on what version of macOS the Tk
is built on. I believe there were problems with versions of Tk bout on 10.14
Mojave that have been fixed perhaps in the latest version of Tk. Kevin May know
more. It’s not a problem for
Change by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue35
Ned Deily added the comment:
Sorry, but without either a full traceback or code that reproduces the problem,
it is impossible for us to make an intelligent guess what problem you are
seeing much less suggestion a solution.
--
nosy: +ned.deily
Ned Deily added the comment:
You can either paste or upload a file (click on the "Choose File" button above
in the web page) with code or with crash info. For crash info, depending on
the platform, there may be a Python traceback displayed in the shell session
and there may be so
Ned Deily added the comment:
New changeset c540c4ec611246da0c1900fe11a807a54f5c2a0c by Ned Deily in branch
'2.7':
Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1
(GH-11101)"
https://github.com/python/cpython/commit/c540c4ec611246da0c19
Change by Ned Deily :
--
pull_requests: +10603
___
Python tracker
<https://bugs.python.org/issue35402>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +10603, 10604
___
Python tracker
<https://bugs.python.org/issue35402>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +10603, 10605
___
Python tracker
<https://bugs.python.org/issue35402>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
See discussion in Issue35485. Regressions were found on macOS with Tk 8.6.9.1
and with the more recent Tk 8.6 maintenance branch top of trunk. So for
python.org macOS installers, we have reverted to Tcl/Tk 8.6.8. Windows builds
will continue to use 8.6.9
Ned Deily added the comment:
I would view this as a build regression in 3.6.8 so I would accept a fix for
the 3.6 branch.
--
___
Python tracker
<https://bugs.python.org/issue35
Ned Deily added the comment:
Julien (@mdk) is the doc builds expert.
--
assignee: docs@python -> mdk
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
This question has come up before. See Issue13648 where it was pointed out that
null characters "are forbidden both in raw form *and* in escaped form. So even
if they get escaped, they *still* will lead to errors. So there is no point in
escaping
Ned Deily added the comment:
If the failure has regularly shown up on 3.6 FreeBSD buildbots in the past, I
would accept a backport of the test change to 3.6.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue35
Change by Ned Deily :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
2701 - 2800 of 6927 matches
Mail list logo