[issue30487] DOC: automatically create a venv and install Sphinx when running make

2019-01-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: I believe this can be closed as resolved? Thanks. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue30

[issue34431] Docs does not eval allows code object as argument

2019-01-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Jonathan, Did you have any additional questions about opening a pull request for these changes? Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue34

[issue35668] Improve test coverage for idlelib

2019-01-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: Welcome Anthony! Please ask me any questions you may have. My only suggestion at this point would be for you to feel free to add any docstrings/comments to the module as you go. Having the docstrings really helps in understanding the tests and vice versa

[issue35675] IDLE: Refactor config_key module.

2019-01-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10920 ___ Python tracker <https://bugs.python.org/issue35675> ___ ___ Python-bugs-list mailin

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
New submission from Cheryl Sabella : Add docstrings and unittests for colorizer.py. -- assignee: terry.reedy components: IDLE messages: 333263 nosy: cheryl.sabella, terry.reedy priority: normal severity: normal status: open title: IDLE: Docstrings and test for colorizer type

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10968 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35689> ___ ___ Py

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10968, 10969 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10968, 10969, 10970 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10969 ___ Python tracker <https://bugs.python.org/issue35689> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35689] IDLE: Docstrings and test for colorizer

2019-01-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10970 ___ Python tracker <https://bugs.python.org/issue35689> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33437] Defining __init__ in enums

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

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Currently, the prompt is enclosed in parentheses, both in the venv and when storing: PS N:\projects\cpython> python -m venv testvenv --prompt=" prompt with spaces " Running Release|Win32 interpreter... PS N:\projects\cpython> .\testvenv\

[issue26239] distutils link-objects is not normalized

2019-01-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: This was fixed in issue 1703178. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> link_objects in setup.cfg crashes build ___ Python tra

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Doc: warnings.rst - add links to references ___ Python tracker <https://bugs.python

[issue35732] Typo in library/warnings documentation

2019-01-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as a duplicate of #35563, which converts the 'see above' to links. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.o

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Steve, thanks for explaining that. I understand what you're saying now. It's funny but because the context prompt has the space added at the end when it's created (`context.prompt = '(%s) ' % prompt`), I added it to the test, but

[issue26410] "incompatible pointer type" while compiling Python3.5.1

2019-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: -> resolved ___ Python tracker <https://bugs.python.org/issue26410> ___ ___ Python-bugs-

[issue26410] "incompatible pointer type" while compiling Python3.5.1

2019-01-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- status: open -> closed superseder: -> Use Py_uintptr_t instead of void* for atomic pointers ___ Python tracker <https://bugs.python.org/i

[issue16638] support multi-line docstring signatures in IDLE calltips

2019-01-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since many of the criteria mentioned in msg219204 are now implemented or out of date, should this issue now be re-closed? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue16

[issue23156] Update tix install information in tkinter tix chapter of doc

2019-01-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since tix has been deprecated since 3.6 (according to the docs with commit bd63353b7433ea8aa831ffb158ac29fb646a6fc9), should this ticket be closed as out of date? -- nosy: +cheryl.sabella ___ Python tracker

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: Karthikeyan, Thanks for catching this! Did you want to submit the patch for it or did you want me to make the PR? We're still working on the tests for the menus, so this would just be a code c

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, I've started working on a PR to change menudefs to a dictionary. Since dictionaries are in guaranteed order now, it would be easier to reference the menus by their name instead of an index n

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'll submit a quick PR as a PoC. Tal emailed with additional ideas about menudefs, so I agree that another issue would probably be suitable for more discussion. I haven't looked at the extensions too closely yet, but the insert you're

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11354, 11355 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue35770> ___ _

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11354 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue35770> ___ ___ Python-

[issue35770] IDLE: python -m idlelib fails on master on Mac OS 10.10.4

2019-01-18 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11354, 11355, 11356 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue15613] argparse ArgumentDefaultsHelpFormatter interacts badly with --arg and nargs=+

2019-01-18 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue15613] argparse ArgumentDefaultsHelpFormatter interacts badly with --arg and nargs=+

2019-01-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing per paul.j3's last comment which also is mentioned in the documentation (https://docs.python.org/3.8/library/argparse.html#default ): > For positional arguments with nargs equal to ? or *, the default value is > used when no command-li

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: -> patch review versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue35722> ___ ___ Python-bugs-lis

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python ___ Python tracker <https://bugs.python.org/issu

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've made the changes suggested by Brett to store the raw value instead of the formatted prompt. I also have been looking into issues Steve raised about using the prompt value from `pyvenv.cfg` instead of having the prompt hard-coded into the act

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- components: +Documentation -Library (Lib) keywords: +easy stage: -> needs patch versions: +Python 3.8 -Python 2.6 ___ Python tracker <https://bugs.python.org/iss

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

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11467 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue18610> ___ ___ Python-

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

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11467, 11468 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue18610> ___ _

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

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11467, 11468, 11469 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

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

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -11468 ___ Python tracker <https://bugs.python.org/issue18610> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -11469 ___ Python tracker <https://bugs.python.org/issue18610> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-01-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Added #32592 as a dependency since that is removing the Vista code mentioned here. Once that change is merged, then this would be a simpler change to make. -- dependencies: +Drop support of Windows Vista in Python 3.7 nosy: +cheryl.sabella

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue33166> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31982] 8.3. collections — Container datatypes

2019-01-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: This is a duplicate of issue 31075, which was closed as 'Not a bug'. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.o

[issue30548] typo in documentation for create_autospec

2019-01-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Mario is right that this isn't a typo. Here's a code example to illustrate what he said: >>> class MyClass: ... a = 3 ... def foo(self): pass ... >>> mock_class = create_autospec(MyClass) >>> mock_class

[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I agree with Karthikeyan. If it's added to the pdb doc page, I think the existing text should stay as it is, but a 'New in 3.7' added after it. Something like: The typical usage to break into the debugger from a running program is to ins

[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: @jcrmatos, would you like to create a Github pull request with the change? -- ___ Python tracker <https://bugs.python.org/issue35

[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: @jcrmatos, No problem. :-) If you are interested in learning how, we can guide you. However, if you'd rather not, then that's OK too and we'll make the patch. Just let us know which you'd prefer. If you need help deciding, take a

[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: @jcrmatos - Sounds like you're on the right track. :-) Based on the steps you've outlined, I just had one question. Were you able to rebuild the docs locally in order to see how your changes looked? Here's the direct link to building

[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: As Karthikeyan said, you do need to open a PR against the CPython master. I'm not a Git expert, but this page (section 3.3) discusses the steps to open that PR: https://devguide.python.org/pullrequest/ Those are the steps I follow and it's a goo

[issue29235] Allow profile/cProfile to be used as context managers

2019-01-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as these changes have been merged for a few months. msg285538 mentions that the pure-Python profiler doesn't have `enable` and `disable`, which is already opened in issue 32017. -- nosy: +cheryl.sabella resolution: -> fixed stag

[issue35500] Align expected and actual calls on mock.assert_called_with error message

2019-01-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: @xtreak, were you going to submit a pull request for this or do you think this would be a 'good first issue' for a new contributor? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.o

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

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

[issue12374] Execution model should explain compile vs definition vs execution time

2019-02-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Nick, Would you be able to update the link as http://svn.python.org/view/sandbox/trunk/userref/ODF/ isn't valid anymore? Have things changed even more since you created this issue or are you still interested in pursuing this? Thanks! --

[issue34398] Docs search does not index glossary items

2019-02-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: @ammar2, this looks like a great addition to the docs. Would you be able to address Berker's request and also fix the merge conflict on the PR? Also adding Julien and Carol from the expert's index for documentation. -- nosy: +cheryl.sa

[issue27344] zipfile *does* support utf-8 filenames

2019-02-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: This wording was removed as part of issue 32035. -- nosy: +cheryl.sabella resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Documentation of zipfile.ZipFile().writestr() fails to mention tha

[issue35899] '_is_sunder' function in 'enum' module fails on empty string

2019-02-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: I agree with Rémi Lapeyre. For reference, the len() check and current tests were added under issue 19156. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue22474] No explanation of how a task gets destroyed in asyncio 'task' documentation

2019-02-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: It seems that the note about a warning being logged if a pending task is destroyed does not exist in the new, rewritten version of the asyncio docs. Therefore, I'm going to close this as out of date. -- nosy: +cheryl.sabella resolution: ->

[issue30130] array.array is not an instance of collections.MutableSequence

2019-02-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: As Jim mentioned, issue 29727 also discusses registering array.array. See issue 23864, issue 25737, issue 35190, and issue 35349 for discussions about collections.abc in general. Closing this as a duplicate. -- nosy: +cheryl.sabella resolution

[issue35937] Add instancemethod to types.py

2019-02-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Also see issue 11776 about documenting the signatures. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue24087] Documentation doesn't explain the term "coroutine" (PEP 342)

2019-02-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: While some of the proposed changes in this issue have been applied to the documentation under other issues, other changes have not been applied. Is it still desirable to incorporate the other changes (such as native coroutine) or have the existing doc

[issue16353] add function to os module for getting path to default shell

2019-02-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: 3.7 added `sys.getandroidapilevel()` under #28740. As Xavier mentioned in msg271439, that was used for subprocess.Popen in #16255 and also merged as part of 3.7. I'm not sure if there is still interest in adding a `default_shell` to the os module

[issue18283] shutil.which() should support bytes

2019-02-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would it be worthwhile to make a PR of this for 3.8? -- nosy: +cheryl.sabella versions: +Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue18

[issue35956] Sort documentation could be improved for complex sorting

2019-02-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Take a look at issue 35020 which discusses multisort. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue35278] [security] directory traversal in tempfile prefix

2019-02-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Adding Łukasz to the nosy list as release manager. -- nosy: +cheryl.sabella, lukasz.langa ___ Python tracker <https://bugs.python.org/issue35

[issue18283] shutil.which() should support bytes

2019-02-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11840 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue18283> ___ ___ Python-bugs-lis

[issue35155] Clarify Protocol Handlers in urllib.request Docs

2019-02-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I don't think there is anything specifically defined for a placeholder. However, looking at the current urllib.request documentation, there are 2 places that use the ``_`` method for a placeholder - .proxy and .proxy, with the latter explaining what

[issue35962] Slight error in words in [ 2.4.1. String and Bytes literals ]

2019-02-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +ncoghlan versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue35962> ___ ___ Python-bugs-list mailin

[issue33376] [pysqlite] Duplicate rows can be returned after rolling back a transaction

2019-02-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue33376> ___ ___ Python-bugs-list m

[issue35899] '_is_sunder' function in 'enum' module fails on empty string

2019-02-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: I found this issue that Serhiy did on the devguide where he added {} around the placeholder: https://github.com/python/devguide/pull/444 I think that might be the correct way to do it. -- ___ Python tracker

[issue35899] '_is_sunder' function in 'enum' module fails on empty string

2019-02-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- Removed message: https://bugs.python.org/msg335483 ___ Python tracker <https://bugs.python.org/issue35899> ___ ___ Python-bug

[issue35155] Clarify Protocol Handlers in urllib.request Docs

2019-02-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: I found this issue that Serhiy did on the devguide where he added {} around the placeholder: https://github.com/python/devguide/pull/444 I think that might be the correct way to do it. -- ___ Python tracker

[issue35190] collections.abc.Sequence cannot be used to test whether a class provides a particular interface (doc issue)

2019-02-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: The previous comment is a self-reference. I believe the intention was to mark this as a duplicate of #17561. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue35190] collections.abc.Sequence cannot be used to test whether a class provides a particular interface (doc issue)

2019-02-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- Removed message: https://bugs.python.org/msg335533 ___ Python tracker <https://bugs.python.org/issue35190> ___ ___ Python-bug

[issue35934] Add socket.create_server() utility function

2019-02-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: The previous comment is a self-reference. I believe the intention was to mark this as a duplicate of #17561. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35848] readinto is not a method on io.TextIOBase

2019-02-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Steve, Would you be interested in creating a Github pull request with the documentation changes? -- components: +Documentation -IO nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue35

[issue35078] Allow customization of CSS class name of a month in calendar module

2019-02-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Issue 30095 enhanced the `HTMLCalendar` code to allow easier customization of the CSS classes. This PR extends that to the existing `LocaleHTMLCalendar`. Adding @doerwalter to the nosy list as he merged #30095. -- nosy: +cheryl.sabella, doerwalter

[issue35986] print() documentation typo?

2019-02-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: This was fixed with https://github.com/python/python-docs-theme/pull/25 by @matrixise. -- nosy: +cheryl.sabella resolution: remind -> third party stage: -> resolved status: open -> closed versions: +P

[issue35986] print() documentation typo?

2019-02-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Yes, but I thought that would be up to @theacodes to release a new version of python-docs-theme to PyPI? Since the last release was 6 months ago and the previous one to that was February 2018, I was hoping the new release would come soon. In any event, I

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the documentation page for the io module, under the truncate method, there is a version changed directive which is not properly aligned. https://docs.python.org/3/library/io.html#io.IOBase.truncate -- assignee: docs@python components

[issue32808] subprocess.check_output opens an unwanted command line window after fall creator update

2019-02-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue23077] PEP 1: Allow Provisional status for PEPs

2019-02-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as third party since this moved to the PEP repository. -- resolution: -> third party stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30449] Improve __slots__ datamodel documentation

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

[issue21018] [patch] added missing documentation about escaping characters for configparser

2019-02-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue21018> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27181] Add geometric mean to `statistics` module

2019-02-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Updating the version in case this wanted to be considered for 3.8. -- versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue27

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

2019-02-15 Thread Cheryl Sabella
New submission from Cheryl Sabella : Please save this issue for a new contributor. If you have previously made a pull request to CPython, consider leaving this issue for someone else. Thanks! Similar to what PR 9501 did for updating references in the docs from 3.6 to 3.7, an update needs

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

2019-02-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Awesome! Thanks. If I find anything else, I'll flag it accordingly. -- ___ Python tracker <https://bugs.python.org/is

[issue29202] Improve dict iteration

2019-02-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: I can convert this to a pull request if there is still interest in the change. -- nosy: +cheryl.sabella versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue29

[issue29202] Improve dict iteration

2019-02-16 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +11927 ___ Python tracker <https://bugs.python.org/issue29202> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31869] commentary on ssl.PROTOCOL_TLS

2019-02-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Mariatta, This might be another good issue for the mentored sprint, although it's applying a change to the 2.7 branch, so maybe it just needs Miss Islington? -- assignee: docs@python -> Mariatta nosy: +

[issue29757] The loop in utility `socket.create_connection()` swallows previous errors

2019-02-16 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: -> patch review type: -> enhancement versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue29757> ___ __

[issue15757] ./configure --with-pydebug on FreeBSD results in -O2 -pipe eventually ending up in CFLAGS.

2019-02-16 Thread Cheryl Sabella
Change by Cheryl Sabella : -- status: open -> pending ___ Python tracker <https://bugs.python.org/issue15757> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28235] In xml.etree.ElementTree docs there is no parser argument in fromstring()

2019-02-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: @py.user, would you be able to convert your patch to a Github pull request? Thanks! -- nosy: +cheryl.sabella type: behavior -> enhancement versions: +Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker <

[issue33898] pathlib issues with Windows device paths

2019-02-16 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue33898> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32108] configparser bug: section is emptied if you assign a section to itself

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

[issue33944] Deprecate and remove pth files

2019-02-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hello all, There was a lot of traction on this discussion a month ago and I was wondering if any updates/expectations should be set? Specifically: 1. There is a PR for a doc change that Terry approved, but wanted another core dev to look at. If there is

[issue35126] Mistake in FAQ about converting number to string.

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

[issue35689] IDLE: Docstrings and test for colorizer

2019-02-19 Thread Cheryl Sabella
Cheryl Sabella added the comment: > I have thought about merging delegator and colorizer into one module, > possibly with percolator included, and adding a module docstring that > explains how they work together. This would still be only a few hundred > lines. (And multiple h

[issue22865] Document how to make pty.spawn not copy data

2019-02-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: @RadicalZephyr, are you interested in making a GitHub pull request with the recommended the documentation change? -- nosy: +cheryl.sabella versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5, Python 3.6

[issue20687] Change in expectedFailure breaks testtools

2019-02-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Larry suggested closing this as wontfix 5 years ago. Since testtools added code for this test and there hasn't been any other changes since, I'll close per his suggestion. -- nosy: +cheryl.sabella resolution: -> wont fix stage: ->

[issue22865] Document how to make pty.spawn not copy data

2019-02-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks @RadicalZephyr! @martin.panter, please review the PR when you get a chance. Thank you! -- ___ Python tracker <https://bugs.python.org/issue22

[issue28235] In xml.etree.ElementTree docs there is no parser argument in fromstring()

2019-02-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset e5458bdb6af81f9b98acecd8819c60016d3f1441 by Cheryl Sabella (Manjusaka) in branch 'master': bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) https://github.com/python/cpython/commit/e5458bdb6af81f9b98acecd8819c60

[issue28235] In xml.etree.ElementTree docs there is no parser argument in fromstring()

2019-02-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you @py.user for reporting this issue and for the original patch and thank you @Manjusaka for the PR! This was my first merge! Woot! :-) -- resolution: -> fixed stage: patch review -> resolved status: open -&g

[issue35307] Command line help example is missing "--prompt" option

2019-02-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you @daftwullie for the report and for the PR! And thank you, @xtreak for triaging and for the reminder. :-) -- nosy: +cheryl.sabella resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +P

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