[issue36106] resolve sinpi() name clash with libm

2019-04-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'll nosy Ned as the release manager about the request to 3.6. -- nosy: +cheryl.sabella, ned.deily ___ Python tracker <https://bugs.python.org/is

[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Good catch! In the same section, accumulate() is missing the `initial` argument. Would you be interested in submitting a pull request for this? -- nosy: +cheryl.sabella ___ Python tracker <ht

[issue31954] Don't prevent dict optimization by coupling with OrderedDict

2019-04-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue31954> ___ ___ Python-bugs-list mailin

[issue32299] unittest.mock.patch.dict.__enter__ should return the dict

2019-04-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +xtreak versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue32299> ___ ___ Python-bugs-list m

[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-04-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Charles. I'm going to assign this to @Mariatta for the sprints. -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker <https://bugs.python.org

[issue33922] [Windows] Document the launcher's -64 suffix

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31743] Proportional Width Font on Generated Python Docs PDFs

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +eric.araujo, ezio.melotti, mdk, willingc ___ Python tracker <https://bugs.python.org/issue31743> ___ ___ Python-bugs-list m

[issue18610] wsgiref.validate expects wsgi.input read to give exactly one arg

2019-04-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset f8716c88f13f035c126fc1db499ae0ea309c7ece by Cheryl Sabella in branch 'master': bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) https://github.com/python/cpython/commit/f8716c88f13f035c126fc1db499ae0

[issue18610] wsgiref.validate expects wsgi.input read to give exactly one arg

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.or

[issue17259] Document round half to even rule for floats

2019-04-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: It doesn't seem there have been other bugs reported related to this. However, if it's still agreed that the documentation should be clarified, I think a link from `locale.format_string()` (note, format() has been deprecated, hence the change i

[issue30519] Add daemon argument to Timer

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +pitrou versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue30519> ___ ___ Python-bugs-list m

[issue30519] [threading] Add daemon argument to Timer

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- title: Add daemon argument to Timer -> [threading] Add daemon argument to Timer ___ Python tracker <https://bugs.python.org/issu

[issue36625] Obsolete comments in docstrings in fractions module

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +mark.dickinson, rhettinger ___ Python tracker <https://bugs.python.org/issue36625> ___ ___ Python-bugs-list mailin

[issue1402289] Allow mappings as globals (was: Fix dictionary subclass ...)

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: -after moratorium nosy: +inada.naoki versions: +Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue1402

[issue24417] Type-specific documentation for __format__ methods

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue24417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13127] xml.dom.Attr.name is not labeled as read-only

2019-04-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Stefan, Do you think this should be documented? -- nosy: +cheryl.sabella, scoder ___ Python tracker <https://bugs.python.org/issue13

[issue26270] Support for read()/write()/select() on asyncio

2019-04-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +asvetlov versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue26270> ___ ___ Python-bugs-list m

[issue35329] Documentation - capitalization issue

2019-04-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Hans, Would you be interested in making a pull request with this change? Thanks! -- nosy: +cheryl.sabella stage: -> needs patch type: -> enhancement versions: +Python 3.8 ___ Python tracker

[issue36277] pdb's recursive debug command is not listed in the docs

2019-04-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +easy stage: -> needs patch type: -> enhancement ___ Python tracker <https://bugs.python.org/issue36277> ___ ___

[issue33039] int() and math.trunc don't accept objects that only define __index__

2019-04-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Rémi, Are you still working on the patch for this? Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue33

[issue35959] math.prod(range(10)) caues segfault

2019-04-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Pablo, Was this something you still wanted to clean up or can this be closed? Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue25810] Python 3 documentation for eval is incorrect

2019-04-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: See also PEP570 and issue 36540. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue25810> ___ ___ Pytho

[issue27978] [threading] Executor#shutdown with timeout

2019-04-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +pitrou title: Executor#shutdown with timeout -> [threading] Executor#shutdown with timeout versions: +Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue36166] DOC: Fix markup on function parameter on datamodel.rst

2019-05-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 5e98f05e55d13981c7c92fb14b9c013e4227c3c1 by Cheryl Sabella (Catherine Alvarado) in branch 'master': bpo-36166: Change to rst datamodel file. (GH-13089) https://github.com/python/cpython/commit/5e98f05e55d13981c7c92fb14b9c01

[issue36189] DOC: Correct word in tutorial introduction

2019-05-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 98a1e06c47f655c7601b130cf8d549de9f08369e by Cheryl Sabella (Jonatan) in branch 'master': bpo-36189: Fixing typo in tutorial introduction (GH-13090) https://github.com/python/cpython/commit/98a1e06c47f655c7601b130cf8d549

[issue36166] DOC: Fix markup on function parameter on datamodel.rst

2019-05-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36189] DOC: Correct word in tutorial introduction

2019-05-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36166] DOC: Fix markup on function parameter on datamodel.rst

2019-05-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 37125ff6e2f988a14b46525b7df24d2997bee836 by Cheryl Sabella (Miss Islington (bot)) in branch '3.7': bpo-36166: Change to rst datamodel file. (GH-13089) (#13094) https://github.com/python/cpython/commit/37125ff6e2f988a14b46525b7df24d

[issue36189] DOC: Correct word in tutorial introduction

2019-05-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 2b5ffc02c00b16ede6555391c6965746c8fe554b by Cheryl Sabella (Miss Islington (bot)) in branch '3.7': bpo-36189: Fixing typo in tutorial introduction (GH-13093) https://github.com/python/cpython/commit/2b5ffc02c00b16ede6555391c69657

[issue28002] Some f-strings do not round trip through Tools/parser/test_unparse.py

2019-05-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> eric.smith versions: +Python 3.7, Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue35393] Typo in documentation

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: This doc page was re-written as part of bpo-20906, so I am closing this as out of date. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Issues in U

[issue34682] Typo reports on docs@

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: This is a good first issue even though there are multiple changes. Some of the changes are no longer needed since the docs have changed, so please check the current comments and the current docs to see what still needs to be applied. -- keywords

[issue33340] Inaccurate docs on `import` behaviour

2019-05-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +brett.cannon type: behavior -> enhancement versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue29164] make test always fail at 218/405 ( AssertionError: ', ' not found in '1234.5' )

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this as out of date since the OP didn't provide the requested additional information. Please re-open if it can still be recreated. -- nosy: +cheryl.sabella resolution: -> works for me stage: -> resolved status

[issue34214] Pylint recusion stack overflow abort

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the research. I'm closing this as third party. -- nosy: +cheryl.sabella resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue36275] DOC: venv.create doesn't include prompt parameter

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 3921b1cc34c2fc8b8b480c19a95ec306de710fdd by Cheryl Sabella (Sebastian Koslowski) in branch 'master': bpo-36275: enhance documentation for venv.create() (GH-13114) https://github.com/python/cpython/commit/3921b1cc34c2fc8b8b480c19a95ec3

[issue36275] DOC: venv.create doesn't include prompt parameter

2019-05-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36275] DOC: venv.create doesn't include prompt parameter

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: @skoslowski Thank you for the PR! -- ___ Python tracker <https://bugs.python.org/issue36275> ___ ___ Python-bugs-list mailin

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 5765ecf79fcee987f2f97c246c64b494324dfd33 by Cheryl Sabella (Edison A) in branch 'master': bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) https://github.com/python/cpyt

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: @edison.abahurire, thanks for the PR! -- ___ Python tracker <https://bugs.python.org/issue36783> ___ ___ Python-bugs-list m

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <https://bugs.python

[issue36888] Create a way to check that the parent process is alive for deamonized processes

2019-05-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue36888> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36871] Misleading error from unittest.mock's assert_has_calls

2019-05-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +lisroach ___ Python tracker <https://bugs.python.org/issue36871> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22273] abort when passing certain structs by value using ctypes

2019-05-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.8 -Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue22

[issue32832] doctest should support custom ps1/ps2 prompts

2019-05-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the suggestion, but per the discussion with Tim, I am closing as rejected. -- nosy: +cheryl.sabella resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Pytho

[issue35232] Add `module`/`qualname` arguments to make_dataclass for picklability

2019-05-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: @eric.smith Can you take a look at this when you get a chance? Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue13474] Mention of "-m" Flag Missing From Doc on Execution Model

2019-05-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue13474> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-05-13 Thread Cheryl Sabella
New submission from Cheryl Sabella : /PC/bdist_wininst/install.c contains some memory leaks. PR2142 appears to be abandoned, so a new PR needs to be opened with the changes and also with the additional changes requested by Serhiy. -- components: Installation messages: 342311 nosy

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

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 3e2afd78babe5bd270e7f3b9df8796eeabc79865 by Cheryl Sabella (Utkarsh Gupta) in branch 'master': bpo-36008: Doc update for 3.8 migration (GH-12887) https://github.com/python/cpython/commit/3e2afd78babe5bd270e7f3b9df8796

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

2019-05-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue22021] shutil.make_archive() root_dir do not work

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: @giampaolo.rodola, would you be able to provide a review of this doc change? Thanks! -- nosy: +cheryl.sabella, giampaolo.rodola versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue22

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: This looks like it was just pending final approval after changes. Please let me know if I can help move it along. Thanks! -- nosy: +cheryl.sabella versions: +Python 3.8 -Python 3.7 ___ Python tracker <ht

[issue35727] sys.exit() in a multiprocessing.Process does not align with Python behavior

2019-05-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +davin versions: -Python 3.5 ___ Python tracker <https://bugs.python.org/issue35727> ___ ___ Python-bugs-list mailin

[issue22021] shutil.make_archive() root_dir do not work

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: @giampaolo.rodola, no problem. I intended this more as a general request rather than something for right now. If you do have any availability at some point, please keep this one in mind. Thanks! -- ___ Python

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: David, Thank you for the review and merging into master! I'd be glad to backport this. I believe the only backport would be to 3.7 (master is currently 3.8), but please let me know if it would need to go into a security b

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue30491] Add a lightweight mechanism for detecting un-awaited coroutine objects

2019-05-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Nathaniel, Was this something you were still targeting for 3.8? Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue30

[issue32995] Add a glossary entry for context variables

2019-05-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset c0a1a07c7e9814cad79cce3580c16284b2df7f52 by Cheryl Sabella (Vinodhini Balusamy) in branch 'master': bpo-32995 - Added context variable in glossary (GH-9741) https://github.com/python/cpython/commit/c0a1a07c7e9814cad79cce3580c162

[issue32995] Add a glossary entry for context variables

2019-05-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: @vinu2003, thank you for the pull request! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue9584] fnmatch, glob: Allow curly brace expansion

2019-05-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: @Matúš Valo, thank you for the pull request and for your interest in contributing to CPython. It seems that consensus hadn't been reached during the previous discussion on this issue, which is why msg175217 suggested creating a discussion on pytho

[issue34682] Typo reports on docs@

2019-05-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you @divyag for the patch and thank you @matrixise for the backport! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue2818] pulldom cannot handle xml file with large external entity properly

2019-05-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +scoder versions: +Python 3.8 -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue2

[issue32548] IDLE: Add links for email and docs to help_about

2018-01-13 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the help_about dialog, change the email address and IDLE documentation into hyperlinks as a first step toward rewriting the dialog to use hyperlinks instead of buttons, as proposed in msg296648 and msg294298. -- assignee: terry.reedy components

[issue32548] IDLE: Add links for email and docs to help_about

2018-01-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5030 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32548> ___ ___ Py

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5038 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue26330> ___ ___ Py

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've submitted a PR for the documentation change. -- nosy: +csabella ___ Python tracker <https://bugs.python.org/is

[issue26330] shutil.disk_usage() on Windows can't properly handle unicode

2018-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.7 -Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue26

[issue15115] Duplicated Content-Transfer-Encoding header when applying email.encoders

2018-01-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Barry/David, Is this still a change you wanted to include in the documentation? Thanks! -- nosy: +csabella ___ Python tracker <https://bugs.python.org/issue15

[issue15221] os.path.is*() may return False if path can't be accessed

2018-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5039 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue15221> ___ ___ Py

[issue15221] os.path.is*() may return False if path can't be accessed

2018-01-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: I created a PR for this by making the word 'existing' a link to 'os.path.exists' since Nick mentioned that that word already implied the definition. -- nosy: +csabella versions: +Python 3.7 -Python 2.7, Py

[issue32603] Deprecation warning on strings used in re module

2018-01-19 Thread Cheryl Sabella
New submission from Cheryl Sabella : I apologize if this is a duplicate question, but I couldn't find another issue about this. It's hard to search on 're'. In 3.7, I get a deprecation warning when using a regular string with re escape characters: >>> s = '1

[issue32603] Deprecation warning on strings used in re module

2018-01-19 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you, Zach. There was some mention of regular expressions in #27364, but I'm still wondering if the DeprecationWarning should be mentioned on the re doc page and if there should be stronger language about using raw strings. T

[issue32614] Fix documentation examples of using re with escape sequences

2018-01-21 Thread Cheryl Sabella
New submission from Cheryl Sabella : If a documentation example would produce a DeprecationWarning for an invalid escape sequence, change the example to use a raw string. -- assignee: docs@python components: Documentation messages: 310386 nosy: csabella, docs@python priority: normal

[issue32614] Fix documentation examples of using re with escape sequences

2018-01-21 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5111 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32614> ___ ___ Py

[issue31787] various refleaks when calling the __init__() method of an object more than once

2018-01-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: Raymond, You approved this PR pending some test cases. Would you have the chance to take another look? Thanks! Oren, it looks like you'll need to rebase before this could be merged. -- nosy: +csabella, rhett

[issue27815] Make SSL suppress_ragged_eofs default more secure

2018-01-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: I converted the patch to a PR. It wouldn't merge which means I did it manually, so please check it for errors. Some issues I ran into: 1. The patch had a change to __slots__, but that line no longer existed and I didn't know if I needed

[issue20709] os.utime(path_to_directory): wrong documentation for Windows.

2018-01-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @jgehrcke, would you be able to convert your patch to a Github pull request on the master branch? -- nosy: +csabella stage: -> needs patch versions: +Python 3.7 -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python

[issue32640] Python 2.7 str.join documentation is incorrect

2018-01-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Looks like this happened in PR1898. -- nosy: +Mariatta, csabella stage: -> needs patch ___ Python tracker <https://bugs.python.org/issu

[issue22946] urllib gives incorrect url after open when using HTTPS

2018-01-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @John.McKay, would you be interested in converting your patch to a Github pull request on the master branch? -- nosy: +csabella versions: +Python 3.7 -Python 3.4, Python 3.5 ___ Python tracker <ht

[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2018-01-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: I believe this may have been fixed in #19527. -- nosy: +csabella ___ Python tracker <https://bugs.python.org/issue17

[issue17882] test_objecttypes fails for 3.2.4 on CentOS 6

2018-01-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> out of date stage: resolved -> ___ Python tracker <https://bugs.python.org/issue17882> ___ ___ Python-bugs-

[issue18533] Avoid error from repr() of recursive dictview

2018-01-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: It looks like Serhiy approved the PR on 12/13. Is it ready to merge? Thanks! -- ___ Python tracker <https://bugs.python.org/issue18

[issue27505] Missing documentation for setting module __class__ attribute

2018-01-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Nick, It looks like #32225 took care of this documentation change, so I think this can be closed? Thanks! -- ___ Python tracker <https://bugs.python.org/issue27

[issue27505] Missing documentation for setting module __class__ attribute

2018-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5165 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27505] Missing documentation for setting module __class__ attribute

2018-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +5166 ___ Python tracker <https://bugs.python.org/issue27505> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27505] Missing documentation for setting module __class__ attribute

2018-01-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks Nick. I've made the PRs for the versionadded and to add __class__ to the 3.6 docs. -- stage: patch review -> needs patch versions: +Python 3.7 -Python 3.5 ___ Python tracker <https://bugs

[issue27505] Missing documentation for setting module __class__ attribute

2018-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue27505> ___ ___ Python-bugs-list mai

[issue31698] Add REQ_NAME to the node.h API

2018-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue31698> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue11023] pep 227 missing text

2018-01-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Moved to the PEP issue tracker. https://github.com/python/peps/issues/557 -- nosy: +csabella resolution: -> later stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bug

[issue2793] Dictionary fails to index when adding list when in a deeply nested loop

2018-01-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -5177 ___ Python tracker <https://bugs.python.org/issue2793> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23080] BoundArguments.arguments should be unordered

2018-01-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: I know there are other issues to remove OrderedDicts, so should this patch be used for BoundArguments? -- nosy: +csabella ___ Python tracker <https://bugs.python.org/issue23

[issue23080] BoundArguments.arguments should be unordered

2018-01-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: -> needs patch type: -> enhancement versions: +Python 3.7 -Python 3.5 ___ Python tracker <https://bugs.python.org/i

[issue15115] Duplicated Content-Transfer-Encoding header when applying email.encoders

2018-01-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5200 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue15115] Duplicated Content-Transfer-Encoding header when applying email.encoders

2018-01-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi David, I've made a pull request for the way I think you wanted this documented. Please take a look and let me know if it's even close to what you were suggesting. Thanks! :-) -- stage: patch review ->

[issue32685] Erroneous suggestion in print statement

2018-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the report. The change to the exception message was added in #30597, but it looks like it may be too greedy. Adding the developer to the nosy list. -- nosy: +CuriousLearner, csabella, ncoghlan stage: -> needs pa

[issue8881] socket.getaddrinfo() should return named tuples

2018-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: This one looks to be partly done due to #18720 and enums. >>> for item in socket.getaddrinfo(None, 0): ... print(item) ... (, , 6, '', ('::1', 0, 0, 0)) (, , 17, '', ('::1', 0, 0, 0)) (, , 0, ''

[issue17044] Implement PEP 422: Simple class initialisation hook

2018-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since PEP 422 was withdrawn in favor of PEP 487, should this issue be closed? -- nosy: +csabella ___ Python tracker <https://bugs.python.org/issue17

[issue32709] the iterable for itertools.groupby must be sorted

2018-01-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: It depends upon your use case. In general, if you want it to work like SQL group by, then yes, it needs to be sorted, and I believe the documentation already covers that. However, there are scenarios where you want to condense a string, but keep the

[issue27428] Document WindowsRegistryFinder inherits from MetaPathFinder

2018-01-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since WindowsRegistryFinder was deprecated in 3.6, should this be closed or should the documentation still be corrected? -- nosy: +csabella versions: +Python 3.7 -Python 3.5, Python 3.6 ___ Python tracker <ht

[issue32045] Does json.dumps have a memory leak?

2018-01-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Can this be closed as 'Not a Bug'? -- nosy: +csabella ___ Python tracker <https://bugs.python.org/issue32045> ___ ___

<    5   6   7   8   9   10   11   12   13   14   >