[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 58ab13479d854491ac9207bacfae25e8b18b044a by Stéphane Wirtel (Christian Heimes) in branch 'master': bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) https://github.com/python/cpython/commit/58ab13479d854491ac9207bacfae25e8b18b044a

[issue37750] PyBuffer_FromContiguous not documented

2019-09-11 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue37750> ___ ___ Python-bugs-list m

[issue34331] Incorrectly pluralized abstract class error message

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue34331] Incorrectly pluralized abstract class error message

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4a12a178f4a6b9a59d97fecc727f2b6b28dfc85f by Stéphane Wirtel (Daniel Andrade) in branch 'master': bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) https://github.com/python/cpython/commit

[issue35224] PEP 572: Assignment Expressions

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset be2aa58fdc29cf13aabff6d6712e7853e94e88f8 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) https://github.com/python/cpython/commit

[issue37252] devpoll test failures on Solaris

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset b4808c1265722b8a03ab436e37c7c337074acb15 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) https://github.com/python/cpython/commit/b4808c1265722b8a03ab436e37c7c337074acb15

[issue33459] Fix "tuple display" mention in Expressions

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4d2babd99022bf43dc659d9fe5700c1fc13808c4 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) https://github.com/python/cpyt

[issue33459] Fix "tuple display" mention in Expressions

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4c2fa5c474af81487c7a8d4188f9afd80d4d769b by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939) https://github.com/python/cpyt

[issue33944] Deprecate and remove pth files

2019-09-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset d1d968d45df1a900b0600c4d296b180aa978336d by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) https://github.com/python/cpython/commit

[issue18697] Unify arguments names in Unicode object C API documentation

2019-09-11 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8, Python 3.9 -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue18

[issue36797] Cull more oudated distutils information

2019-09-09 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset cabcbbe7a518d53cd7dbb915ceccf4970c2d0ea5 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) https://github.com/python/cpython/commit

[issue37491] IndexError in get_bare_quoted_string

2019-08-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @barry the 3 PR have been merged, do you think we could close this issue? Thank you -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue37

[issue30458] [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699)

2019-05-29 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +13546 pull_request: https://github.com/python/cpython/pull/11768 ___ Python tracker <https://bugs.python.org/issue30

[issue37014] [First easy issue] fileinput module should document that openhook and mode are ignored when reading from stdin

2019-05-23 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +easy ___ Python tracker <https://bugs.python.org/issue37014> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37014] [First easy issue] fileinput module should document that openhook and mode are ignored when reading from stdin

2019-05-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Grant, Thank you for your bug report, Would you interested to propose a Pull Request for a fix? You can read the devguide for more info https://devguide.python.org/ Thank you -- nosy: +matrixise title: fileinput module should document

[issue37016] Python embedded in C++ cannot open a file

2019-05-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Soumya, But Py_Initialize and Py_Finalize are not called in this case, and it's not a bug of CPython. I suggest you read this link: https://docs.python.org/3/extending/embedding.html#very-high-level-embedding Thank you -- nosy: +matrixise

[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

2019-05-23 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- components: +Windows -Library (Lib) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue37

[issue37005] bz2 module doesn't write end-of-stream marker

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you, I have added Serhiy and Thomas for this issue but I have removed the versions 3.7, 3.6, 3.5 and 2.7. Maybe it's a new feature for the next versions of Python. -- nosy: +matrixise, serhiy.storchaka, twouters versions: -Python 2.7, Python

[issue36992] zipfile: AttributeError on extract (LZMA)

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, Thank you for your report but do you have the lzma lib on your system, because without that, Python is not compiled with the support of this format. example, with a debian docker image: without all the needed libraries you would get this exception

[issue36991] zipfile: AttributeError on extract

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I also recommend that you read this document about the compilation and installation of Python and its dependencies. https://devguide.python.org/setup/#compile-and-build Thank you -- ___ Python tracker <ht

[issue36991] zipfile: AttributeError on extract

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, Thank you for your report 1. but do you have the bz2 lib on your system, because without that, Python is not compiled with the support of this format. 2. your file seems to have an issue. unzip attr0.zip Archive: attr0.zip inflating

[issue36993] zipfile: tuple IndexError on extract

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: unzip index_tuple.zip -x Archive: index_tuple.zip caution: zipfile comment truncated error [index_tuple.zip]: missing 3992977728 bytes in zipfile (attempting to process anyway) skipping: zipfile_extract/unsupported compression method 211 I

[issue36799] Typo in ctypes documentation

2019-05-22 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: -13400 ___ Python tracker <https://bugs.python.org/issue36799> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36779] time.tzname returns empty string on Windows if default codepage is a Unicode codepage

2019-05-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Paul, I have added your PR at this issue, it was assigned to another bpo issue. -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36

[issue36779] time.tzname returns empty string on Windows if default codepage is a Unicode codepage

2019-05-22 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +13399 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36799] Typo in ctypes documentation

2019-05-22 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: -13393 ___ Python tracker <https://bugs.python.org/issue36799> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36987] Dictionary: why is the value not used up?

2019-05-21 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Here is the mailing list for the python users. https://mail.python.org/mailman/listinfo/python-list -- ___ Python tracker <https://bugs.python.org/issue36

[issue36987] Dictionary: why is the value not used up?

2019-05-21 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Aprila, I think you should use the mailing list for the Python users. Have a nice day, -- nosy: +matrixise resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracke

[issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: If you want to modify the text, please create a PR for this file: https://github.com/python/cpython/blob/master/Doc/reference/datamodel.rst#metaclasses Don't forget to sign the CLA, Thank you -- ___ Python

[issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Found here: https://docs.python.org/3/reference/datamodel.html#metaclasses Thank you -- status: pending -> open ___ Python tracker <https://bugs.python.org/issu

[issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: just one question, I don't find the paragraph with this text in the code. Could you share the link of this paragraph? Thank you -- status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation

2019-05-17 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +easy title: Fix 3.3.3.1 Metaclasses Documentation -> [Good first issue] Fix 3.3.3.1 Metaclasses Documentation ___ Python tracker <https://bugs.python.org/issu

[issue36947] Fix 3.3.3.1 Metaclasses Documentation

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your report -- assignee: -> docs@python components: +Documentation nosy: +docs@python, matrixise ___ Python tracker <https://bugs.python.org/issu

[issue36770] stdlib - shutil.make_archive - add support for different ZIP compression method

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @owenchia Thanks for your contribution! The project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). CLA: https://www.python.org/psf/contrib/contrib-form/ Could you create a PR on Github with your

[issue36928] linkt threading.settrace to sys.settrace

2019-05-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36928> ___ ___ Python-bug

[issue36799] Typo in ctypes documentation

2019-05-17 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36799] Typo in ctypes documentation

2019-05-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4fd7f56ee78a07ebadf034affc2e36db14c85c00 by Stéphane Wirtel in branch '3.7': [3.7] bpo-36799: Fix typo in ctypes.rst (GH-13104) (GH-13341) https://github.com/python/cpython/commit/4fd7f56ee78a07ebadf034affc2e36db14c85c00

[issue36799] Typo in ctypes documentation

2019-05-15 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +13253 ___ Python tracker <https://bugs.python.org/issue36799> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36799] Typo in ctypes documentation

2019-05-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: If I have no news from miss-islington about the backport of this PR, I will do it manually. -- ___ Python tracker <https://bugs.python.org/issue36

[issue36799] Typo in ctypes documentation

2019-05-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 133fc89ca02b51b8d5b87556d94f1382c4ed72c1 by Stéphane Wirtel (Yavor Konstantinov) in branch 'master': bpo-36799: Fix typo in ctypes.rst (GH-13104) https://github.com/python/cpython/commit/133fc89ca02b51b8d5b87556d94f1382c4ed72c1

[issue36567] DOC: manpage directive doesn't create hyperlink

2019-05-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Is there another source than Debian? there is this option: http://man7.org/linux/man-pages/index.html Honestly, if you use the Debian source, there is an automatic redirect to the right man page. -- nosy: +matrixise

[issue36345] Doc: make serve uses http.server instead of Tools/scripts/server.py

2019-05-15 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- title: Deprecate Tools/scripts/serve.py in favour of python -m http.server -d -> Doc: make serve uses http.server instead of Tools/scripts/server.py ___ Python tracker <https://bugs.python.org/issu

[issue13824] argparse.FileType opens a file and never closes it

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, Are you interested to write test cases? They could be useful for the fix. Thank you -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue13

[issue10108] ExpatError not property wrapped

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Scoder, I am not sure if this issue is relevant for 3.7 and 3.8 but do you want to check this issue? Thank you, -- nosy: +matrixise, scoder versions: +Python 3.7, Python 3.8 -Python 3.1 ___ Python tracker

[issue1465646] test_grp & test_pwd fail

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, Thank you for your contribution, I close this issue, 2.6 and 3.0 are deprecated and I can't reproduce the errors. -- nosy: +matrixise resolution: -> out of date stage: -> resolved status: open -&g

[issue16100] Compiling vim with Python 3.3 support fails

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, The used version in this issue is outdated we could close this issue but I prefer to get the feedback from Steve Dower and Zach Ware. If this issue is not relevant to 3.7+, I suggest closing this issue. -- nosy: +matrixise, steve.dower

[issue1616] compiler warnings

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Because this issue is very long and we stopped to use the version 2.x of Gcc, and migrated to a newer verson, I close this issue. Feel free to re-open it in the future or fill a new issue. -- nosy: +matrixise resolution: -> out of date stage: ne

[issue2897] Deprecate structmember.h

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I move this issue to master (3.8) -- nosy: +matrixise, vstinner versions: +Python 3.8 -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue2

[issue2053] IDLE - standardize dialogs

2019-05-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +cheryl.sabella versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue2053> ___ ___ Python-bug

[issue3020] doctest should have lib2to3 integration

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I move this issue to the last stable 3.7 and master. -- nosy: +matrixise versions: +Python 3.7, Python 3.8 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue3

[issue1875] "if 0: return" not raising SyntaxError

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: With the last 2.7 and 3.7, I can import the x module and the 'hello' is automatically printed. Python 2.7.15 (default, Oct 15 2018, 15:26:09) [GCC 8.2.1 20180801 (Red Hat 8.2.1-2)] on linux2 Type "help", "copyright", "credi

[issue23378] argparse.add_argument action parameter should allow value extend

2019-05-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue23378> ___ ___ Python-bugs-list mailin

[issue36910] Certain Malformed email causes email.parser to throw AttributeError

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Mark, Do you want to submit a PR for this issue? -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36

[issue36913] Missing documentation for decorators

2019-05-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue36913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36913] Missing documentation for decorators

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Tomer, >Thank you for the quick response. Welcome > >Are PEPs considered de-facto documentation for language features? For >example, string formatting was described in PEP 3101, but still has >sections in the documentation dedicated t

[issue36913] Missing documentation for decorators

2019-05-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue36913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36913] Missing documentation for decorators

2019-05-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, Thank you for your feedback. In fact, there is a limitation with the current search engine of Sphinx (because we use it for the documentation). For example, if you try to find the meaning of "for", for us it's a keyword but for the sea

[issue36890] python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 Snow Leopard

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, In fact, there is another question, MacOS X Snow Leopard is not supported since 2014, do we need to continue to generate the package for this version? https://en.wikipedia.org/wiki/Mac_OS_X_Snow_Leopard -- nosy: +matrixise

[issue34682] Typo reports on docs@

2019-05-13 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +13187 ___ Python tracker <https://bugs.python.org/issue34682> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33882] doc Mention breakpoint() in debugger-related FAQ

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your PR, -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33882] doc Mention breakpoint() in debugger-related FAQ

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset af5ef3e1077bc2ed177a7c8598f8ecc756ecf6f9 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) (GH-13077) https://github.com/python/cpython/commit

[issue36008] [good first issue] Update documentation for 3.8

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @Cheryl, I was reading the last commits on master and I have seen the merge of that PR, but 3.8.0 is not yet in Beta2. Maybe we should fix that in an other PR for the same issue. -- nosy: +matrixise ___ Python

[issue36008] [good first issue] Update documentation for 3.8

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I suggest to remove b2+ and just keep 3.8.0 -- ___ Python tracker <https://bugs.python.org/issue36008> ___ ___ Python-bug

[issue36783] No documentation for _FromXandFold C API functions

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your PR. @Cherryl, the PR 13204 was not merged and the issue was closed :/ -- ___ Python tracker <https://bugs.python.org/issue36

[issue36783] No documentation for _FromXandFold C API functions

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset d28772ab6967fea136c0707f0207673ebad66f61 by Stéphane Wirtel (Edison A) in branch 'master': bpo-36783: Add new references for C API Documentation changes (GH-13204) https://github.com/python/cpython/commit

[issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

2019-05-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Hrvoje Nikšić, Thank you for the CLA, now, we need the opinion from Yury and their approval, I am not an expert of the asyncio. Thank you, -- ___ Python tracker <https://bugs.python.org/issue36

[issue24712] Docs page's sidebar vibrates on mouse wheel scroll on Chrome.

2019-05-08 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue24712] Docs page's sidebar vibrates on mouse wheel scroll on Chrome.

2019-05-08 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 8ab24b2ebcf99f703f00297cb3a0c3ff857eecf8 by Stéphane Wirtel (Julien Palard) in branch '2.7': [2.7] bpo-24712: Doc: Make sidebar sticky using browser support. (GH-13179) https://github.com/python/cpython/commit

[issue36836] Test Suite not working on 3.4, 3.5 on MacOS Mojave

2019-05-07 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, I have discussed with @CuriousLearner and now he is aware that 3.5 and 3.6 are in security mode and not in bugfix mode. I remove 3.5 from the list, he is checking if there is an issue on 3.7 and master. -- nosy: +matrixise versions: +Python

[issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

2019-05-07 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: If I read the Licensing section into the devguide, a contributor (me, your, etc..) has to sign the CLA. https://devguide.python.org/pullrequest/#cla "To accept your change we must have your formal approval for distributing your work under the PSF li

[issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

2019-05-07 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi hniksic, Could you add your Github Account to your BPO account, without that, we can't work on your PR, and you need to sign the CLA. Thank you -- nosy: +matrixise ___ Python tracker <https://bugs.python.

[issue36829] CLI option to make PyErr_WriteUnraisable abortthe current process

2019-05-07 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Serhiy, What do you think about this idea? Normally, we could use -W error when there is an exception. -- nosy: +matrixise, serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue36

[issue36830] Typo in collections.deque

2019-05-07 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @keroru, This is issue is related to the Japanese translation, not to the official documentation. Please, try to contact the translators. I am adding Julien, maybe he has the contact of the translators. -- nosy: +matrixise, mdk resolution

[issue36766] Typos in docs and code comments

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Terry, Sure, thank you for the reminder. -- ___ Python tracker <https://bugs.python.org/issue36766> ___ ___ Python-bug

[issue30668] DOC: missing word in license.rst

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, I close the issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36766] Typos in docs and code comments

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 964663089547ca110199e23867b46b07ff4be88c by Stéphane Wirtel (penguindustin) in branch 'master': bpo-36766: Typos in docs and code comments (GH-13116) https://github.com/python/cpython/commit/964663089547ca110199e23867b46b07ff4be88c

[issue30668] DOC: missing word in license.rst

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4920c093da8a3061faea62d62f2ddf0c5c443360 by Stéphane Wirtel (Patrick Mühlbauer) in branch 'master': bpo-30668: add missing word in license.rst (GH-13115) https://github.com/python/cpython/commit/4920c093da8a3061faea62d62f2ddf0c5c443360

[issue32223] distutils doesn't correctly read UTF-8 content from config files

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, I have closed the PR because there is no feedback from deliverance and the CLA must be signed for the processing. Once the CLA will be signed, the PR could be re-opened. Thank you so much, -- nosy: +matrixise versions: -Python 3.6

[issue36811] Warning when compiling _elementree.c

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Sure, you are right but I was working on an issue with Julien Palard. next time I will fix it myself. Thanks -- ___ Python tracker <https://bugs.python.org/issue36

[issue36771] Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution but as discussed in this issue, we prefer to have a new function and not a new boolean flag. Here is my suggestions. * Create an other PR where you add a new function * Change the title of this issue. Thank you

[issue36771] Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I would like to have the advices of Serhiy. -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue36

[issue36771] Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: And another solution, you could use the pathlib.Path class for your project. Have a nice day, -- ___ Python tracker <https://bugs.python.org/issue36

[issue36811] Warning when compiling _elementree.c

2019-05-06 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : Hi Stefan, When I compile the last master, I get this warning. Could do you try? Thanks /home/stephane/src/github.com/python/cpython/Include -I/home/stephane/src/github.com/python/cpython -c /home/stephane/src/github.com/python/cpython/Modules

[issue36771] Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames

2019-05-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi, I think you have to create a new function and not to modify the current os.walk(), just because you change the type of the returned value. We have to avoid the inconsistency for the caller of os.walk(). is it a list of DirEntry or another list

[issue36329] use the right python "make -C Doc/ serve"

2019-05-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: >Personally, I'd prefer removing the 'serve' target completely. make -C >Doc htmlview should already cover most of its use cases. There is no >deprecation period needed and there is already a replacement (and IMO >better) for it. Hi Berker, When

[issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d

2019-04-19 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: fixed -> status: closed -> open ___ Python tracker <https://bugs.python.org/issue36345> ___ ___ Python-bugs-list

[issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d

2019-04-19 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36661] Missing dataclass decorator import in dataclasses module docs

2019-04-19 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +easy ___ Python tracker <https://bugs.python.org/issue36661> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36661] Missing dataclass decorator import in dataclasses module docs

2019-04-19 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Ok, I suggest to add a "first issue" for the sprint days at PyCon US. -- ___ Python tracker <https://bugs.python.o

[issue36662] asdict/astuple Dataclass methods

2019-04-19 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36662> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36661] Missing dataclass decorator import in dataclasses module docs

2019-04-19 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: We could change the example with ``` from dataclasses import dataclass @dataclass class InventoryItem: ... ``` Because it's not specified in the documentation (header, that we need to import dataclass from dataclasses). +1 for a small update. You

[issue36658] Py_Initialze() throws error 'unable to load the file system encoding' when calling Py_SetPath with a path to a directory

2019-04-18 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- components: +Windows -Library (Lib) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue36

[issue36657] AttributeError

2019-04-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Karthikeyan, I think we could close this issue, it's not related to CPython itself. What do you think? -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36

[issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d

2019-04-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 2b7f93b99afbe78e4e567d9252d9470d29f387c8 by Stéphane Wirtel in branch 'master': bpo-36345: Update wsgiref example (GH-12562) https://github.com/python/cpython/commit/2b7f93b99afbe78e4e567d9252d9470d29f387c8

[issue36347] Renaming the constants for the .flags of PyMemberDef

2019-04-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: For that, where did you see the macro was not used? maybe by an external library. -- ___ Python tracker <https://bugs.python.org/issue36

[issue36054] Way to detect CPU count inside docker container

2019-04-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: >Yes, not only but also support get real memory limit. > >look at >https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits Yep, but in this case, you have to create an other issue for the

[issue36517] typing.NamedTuple does not support mixins

2019-04-03 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +rhettinger ___ Python tracker <https://bugs.python.org/issue36517> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36472] Some old PR with CLA not signed

2019-03-29 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Brett would like to reduce the number of PRs, maybe we need to ask to the council about that point. -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue36

[issue36462] CVE-2019-9674 : zip bomb vulnerability in Lib/zipfile.py

2019-03-28 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +serhiy.storchaka, twouters ___ Python tracker <https://bugs.python.org/issue36462> ___ ___ Python-bugs-list mailin

[issue31327] bug in dateutil\tz\tz.py

2019-03-28 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: sorry for the spam, I wanted to be removed from the noisy list via the mail gateway but my two tests did not work :/ -- ___ Python tracker <https://bugs.python.org/issue31

<    1   2   3   4   5   6   7   8   9   10   >