[issue35730] IDLE: Fix squeezer test_reload.

2019-01-14 Thread STINNER Victor
STINNER Victor added the comment: https://buildbot.python.org/all/#/builders/108/builds/895/steps/5/logs/stdio https://buildbot.python.org/all/#/builders/115/builds/888/steps/4/logs/stdio == FAIL: test_reload (idlelib.idle_tes

[issue33944] Deprecate and remove pth files

2019-01-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: As I said: editable installs (`pip install -e`) are an important use case of .pth files. I don't see how namespace packages have anything to do with this, sorry. -- ___ Python tracker

[issue33944] Deprecate and remove pth files

2019-01-14 Thread STINNER Victor
STINNER Victor added the comment: I really hate .pth files because the slow down Python startup time for *all* applications whereas .pth files are usually specific to a very few applications using one or two specific modules. They can also modify the behavior of Python for all applications,

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: https://github.com/python/cpython/pull/11549 Reading the dev guide, I see there is actually no need to open an issue for mere typos. I should have made a PR directly... -- ___ Python tracker

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch, patch pull_requests: +11171, 11172, 11173 stage: -> patch review ___ Python tracker ___ _

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch, patch, patch pull_requests: +11171, 11172, 11173, 11174 stage: -> patch review ___ Python tracker ___ ___

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch, patch pull_requests: +11171, 11172 stage: -> patch review ___ Python tracker ___ ___

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch pull_requests: +11171 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Antoine Wecxsteen
Antoine Wecxsteen added the comment: Hello Pablo, Yes, I'll be happy to make a PR. I don't think it should be removed after all as, actually, the two "see above" do not refer to the same paragraph ("Warning Categories" and "The Warnings Filter" respectively). -- __

<    1   2