[issue33043] Add a 'Contributing to Docs' link at the bottom of docs.python.org

2019-03-28 Thread Carol Willing
Carol Willing added the comment: New changeset 081158e3ba20dfa95d09cd652a44e271b95eb14c by Carol Willing (Susan Su) in branch 'master': bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) https://github.com/python/cpython/commit/081158e3ba20dfa95d09cd652a44e27

[issue36466] Adding a way to strip annotations from compiled bytecode

2019-03-28 Thread cary
New submission from cary : Similar to how `-OO` currently strips docstrings from compiled bytecode, it would be nice if there were a way to strip annotations as well to further compact the bytecode. Attached is my initial attempt. From some simple manual testing, Python with this patch appli

[issue36064] docs: urllib.request.Request not accepting iterables data type

2019-03-28 Thread Carol Willing
Carol Willing added the comment: New changeset 9e30fbac019d9c0a31d444a711e845c7e883caf5 by Carol Willing (Julien Palard) in branch 'master': bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) https://github.com/python/cpython/commit/9e30fbac019d9c0a31d444a711e845c7e8

[issue36064] docs: urllib.request.Request not accepting iterables data type

2019-03-28 Thread Carol Willing
Carol Willing added the comment: I've merged Julien Palard's doc PR. Is this sufficient to close this issue? -- ___ Python tracker ___

[issue27181] Add geometric mean to `statistics` module

2019-03-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: > On the basis that something is better than nothing, go ahead. > We can discuss accuracy and speed issues later. Thanks. I'll put together a PR for your consideration. -- ___ Python tracker

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Paul Smith
Paul Smith added the comment: I've tried on both MacOS 10.12 and 10.14. I'm using GNU make 4.2.1 (built myself, not the one that comes with Xcode). I have not tried Python3 builds. I agree with you that -jN probably has little impact on the install step, but the build infrastructure I'm us

[issue36064] docs: urllib.request.Request not accepting iterables data type

2019-03-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I would propose closing it since docs were made improved and if type checking needs to be enforced then it can be discussed in the linked open issues that have patches. -- ___ Python tracker

[issue32419] Add unittest support for pyc projects

2019-03-28 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> unittest fails with "Start directory is not importable" when trying to run sourceless tests ___ Python tracker

[issue26537] ConfigParser has optionxform, but not sectionxform

2019-03-28 Thread Inada Naoki
Change by Inada Naoki : -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2