[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-02 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1998 ___ Python tracker <http://bugs.python.org/issue30538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-02 Thread Cheryl Sabella
Cheryl Sabella added the comment: Submitted a PR, thank you. I changed added the argument for count(). Also I noticed that the link to accumulate() was broken, so I fixed that and I added a link to functools in the references at the end of the page. One other thing I noticed was that

[issue30052] URL Quoting page links to function Bytes instead of defintion

2017-06-02 Thread Cheryl Sabella
Cheryl Sabella added the comment: Sorry, Mariatta. I didn't realize this was waiting for a backport. -- ___ Python tracker <http://bugs.python.org/is

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you. I've added that. This may seem like an odd question, but should I assume that the docs should always match the code? For example, in the Functional HOWTO, I wasn't sure if the arguments were left off purposely or if it was just some

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you. And thank you for explaining about the strings. That's what I suspected, so I appreciate you confirming it. -- ___ Python tracker <http://bugs.python.org/is

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2021 ___ Python tracker <http://bugs.python.org/issue30538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30538] Functional Programming HOWTO describes one argument itertools.count()

2017-06-04 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2022 ___ Python tracker <http://bugs.python.org/issue30538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18280] Documentation is too personalized

2017-06-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would it be OK for me to tackle this? -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue18280> ___ ___ Pytho

[issue30569] Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6

2017-06-04 Thread Cheryl Sabella
New submission from Cheryl Sabella: https://docs.python.org/3.7/tutorial/interpreter.html The first lines for the location/command have been updated for 3.7, but next paragraph for Windows has not been updated. -- assignee: docs@python components: Documentation messages: 295142 nosy

[issue30568] README Formatting

2017-06-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: I had made the same suggestion a few months ago and found that it had already been discussed. :-) Duplicate of http://bugs.python.org/issue29555. -- nosy: +csabella ___ Python tracker <http://bugs.python.

[issue26602] argparse doc introduction is inappropriately targeted

2017-06-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: If it helps at all, I first learned about argparse a few weeks ago. I first went to the doc page and then immediately went to the tutorial, as suggested. I didn't find it difficult or off-putting at all. In fact, I loved that there was a tutorial th

[issue12067] Doc: remove errors about mixed-type comparisons.

2017-06-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: It appears all the patches for this issue have been applied. Is the only open item the changes to test_compare? -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue12

[issue30571] Add integer formatting code for fixed-width signed arithmetic (2's complement)

2017-06-06 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue30571> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27494] 2to3 parser failure caused by a comma after a generator expression

2017-06-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: Adding benjamin.peterson as he is listed as the expert for 2to3. -- nosy: +benjamin.peterson, csabella ___ Python tracker <http://bugs.python.org/issue27

[issue10746] ctypes c_long & c_bool have incorrect PEP-3118 type codes

2017-06-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: Added the names from the experts list to this ticket. -- nosy: +amaury.forgeotdarc, belopolsky, csabella, meador.inge ___ Python tracker <http://bugs.python.org/issue10

[issue29403] mock's autospec's behavior on method-bound builtin functions is broken

2017-06-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: This PR appears to have been approved, perhaps pending input from michael.foord? -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue29

[issue29569] threading.Timer class: Continue periodical execution till action returns True

2017-06-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: This bug report has been closed, but the PR is still open. Please close the PR. Thank you. -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue29

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-06-07 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2050 ___ Python tracker <http://bugs.python.org/issue1207613> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-06-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: I hope you don't mind that I made a change for this. I was working with 'Find in files' and couldn't see the full line, so I figured out where to add the scroll bar. I only found this ticket after the fact. If it's not appropria

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, I've applied this patch to 3.7 and made a pull request. This seemed like a fix you wanted to move forward with, so I hope that's helpful. -- nosy: +csabella ___ Python tracker <http://bu

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2077 ___ Python tracker <http://bugs.python.org/issue27534> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27534] IDLE: Reduce number and time for user process imports

2017-06-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Yes, I ran test_idle before I submitted the pull request. I wasn't sure if I was missing something based on your comments of the test failing. -- ___ Python tracker <http://bugs.python.org/is

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- assignee: terry.reedy components: IDLE nosy: csabella, terry.reedy priority: normal severity: normal status: open title: IDLE: Add docstrings and unittests to outwin.py type: enhancement versions: Python 3.7 ___ Python

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2108 ___ Python tracker <http://bugs.python.org/issue30617> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
New submission from Cheryl Sabella: For issue 30422. -- ___ Python tracker <http://bugs.python.org/issue30617> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: Questions about outwin.py: 1. Should a main() be added for htest and unittest? 2. In _file_line_helper, to test if the file exists, the file is opened, then closed. Would os.path.isfile work here? Questions about tests: 1. OutputWindow is an EditorWindow

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks! I've added more unittests. They are passing, but I'm getting a callback error that I don't understand. The same _utest flag that's on the textview dialog didn't seem to work and I was just blindly trying things without succe

[issue36095] Better NaN sorting.

2019-02-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: This has been brought up in the past, for example, see #12286. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue36

[issue36083] Misformated manpage: --check-hash-based-pycs ´default´|´always´|´never´

2019-02-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for the report, Miro! Adding Benjamin Peterson to the nosy, since that was his commit. I'd wait until he comments before making a PR. -- nosy: +benjamin.peterson, cheryl.sabella ___ Python tracker &

[issue36094] When using an SMTP SSL connection,, get ValueError.

2019-02-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: tyrone-zhao, thank you for the report and the detail on the commit. Adding @christian.heimes to the nosylist as he added change this under issue19785 and @dstufft as he modified it to be `self._host`. -- nosy: +cheryl.sabella, christian.heimes

[issue36090] spelling error in PEP219 introduction

2019-02-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Yes, 景云鹏, Karthikeyan, or Joannah, please open an issue on the PEPs repo and then add the link here and close this issue. 景云鹏, if you're interested in submitting a PR, the process is similar on the PEPs repo, so feel free to work on this issue there.

[issue36096] IDLE: Refactor class variables to instance variables in colorizer

2019-02-23 Thread Cheryl Sabella
New submission from Cheryl Sabella : >From Terry's comment on PR11472 for issue 35689: > I don't like the use of class variables to initialize volatile instance state > variables. I think it confuses the code a bit. Better, I think, to put them > in an `init_sta

[issue36096] IDLE: Refactor class variables to instance variables in colorizer

2019-02-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +12033 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36096> ___ ___ Py

[issue36099] Clarify the difference between mu and xbar in the statistics documentation

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Great! Thank you, Steven. -- ___ Python tracker <https://bugs.python.org/issue36099> ___ ___ Python-bugs-list mailin

[issue11776] Constructor signatures missing in types module documentation

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: @mikehoy, would you be interested in converting your patch to a GitHub pull request? For others, please give Mike at least a week to respond before opening a PR with his changes. Thank you! -- nosy: +cheryl.sabella versions: +Python 3.7

[issue36090] spelling error in PEP219 introduction

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, @nanjekyejoannah! -- resolution: -> third party ___ Python tracker <https://bugs.python.org/issue36090> ___ ___ Py

[issue23205] Unit test needed for IDLE's GrepDialog.py's findfiles()

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Sure, thanks. grep was on list to add tests to, so I'll take a look at this as well. Thanks! -- assignee: -> cheryl.sabella ___ Python tracker <https://bugs.python.org

[issue23216] IDLE grep/find/replace source code needs docstrings

2019-02-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> cheryl.sabella ___ Python tracker <https://bugs.python.org/issue23216> ___ ___ Python-bugs-list mailing list Un

[issue31035] Document order of firing callbacks added with Future.add_done_callback()

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: The docs for asyncio were rewritten in September 2018. @socketpair, please take a look at the new documentation and update this ticket if any of your requests are now explained. If not, would you be able to provide more specific suggestions of what you

[issue23677] Mention dict and set comps in library reference

2019-02-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Assigning to @Mariatta for the CPython mentored sprint. -- assignee: docs@python -> Mariatta nosy: +Mariatta, cheryl.sabella stage: patch review -> needs patch versions: +Python 3.7, Python 3.8 -Python 3.5, Pyth

[issue24235] ABCs don't fail metaclass instantiation

2019-02-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as a duplicate as Luiz suggested. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> abstract class instantiable when subclassing bu

[issue25337] weakref.finalize documentation refers to old interpreter shutdown behavior

2019-02-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Adding @pitrou to the nosylist as he implemented PEP442 in issue 18112. If he agrees with the proposed change, then I believe this can be marked as 'easy'. -- nosy: +cheryl.sabella, pitrou versions: +Python 3.7, Python 3.8 -Python 3.4,

[issue35033] Column or row spanning cells are not implemented.

2019-02-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: > https://github.com/sphinx-doc/sphinx/pull/5559 has been merged, let's wait > for a release of Sphinx and we'll be able to build Python 3.8 documentation > as text again. I tried running the sphinx-build command using Sphinx 1.8.4

[issue35033] Column or row spanning cells are not implemented.

2019-02-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Apologies, I didn't realize it would be in the major version; I checked since there had been minor release versions since this ticket. I'll check again once the major release is out. Thanks! --

[issue36120] Regression - Concurrent Futures

2019-02-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the report. Please add a script that contains the least amount of code that would replicate the error. Thanks! >From the devguide: > last but not least, you have to describe the problem in detail, including > what you expected

[issue31916] ensurepip not honoring value of $(DESTDIR) - pip not installed

2019-02-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as third-party as @yan12125's report pinpoints the cause of the issue as part of pip. -- nosy: +cheryl.sabella resolution: -> third party stage: -> resolved status: open -> closed ___

[issue36120] Regression - Concurrent Futures

2019-02-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you. I just tried running the example and it worked OK for me in the 3.8 master build. I believe your report is a duplicate of issue 35797. -- resolution: -> duplicate stage: test needed -> resolved status: open -> closed s

[issue36096] IDLE: Refactor class variables to instance variables in colorizer

2019-02-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset ed1deb0719f0ac1b08a374e30ad26a701d4d51a2 by Cheryl Sabella in branch 'master': bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) https://github.com/python/cpython/commit/ed1deb0719f0ac1b08a374e30ad26a

[issue24740] make patchcheck doesn't detect changes if commit is done first

2019-02-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I believe this issue has been resolved under the new Github workflow. I ran `make patchcheck` on a commit that had been pushed and it identified the changes. -- nosy: +cheryl.sabella ___ Python tracker <ht

[issue36152] IDLE: Remove close_when_done from colorizer close()

2019-02-28 Thread Cheryl Sabella
New submission from Cheryl Sabella : Remove the unused `close_when_done` parameter from `close()` in `colorizer.ColorDelegator()`. * The second parameter to close() is called `close_when_done` and it is expected to contain a toplevel widget that has a destroy() method. * Originally, the

[issue36152] IDLE: Remove close_when_done from colorizer close()

2019-02-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +12116 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36152> ___ ___ Py

[issue36152] IDLE: Remove close_when_done from colorizer close()

2019-02-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: cheryl.sabella -> terry.reedy ___ Python tracker <https://bugs.python.org/issue36152> ___ ___ Python-bugs-list mai

[issue36152] IDLE: Remove close_when_done from colorizer close()

2019-03-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset b9f0354efce95b7557bc43ea193c4b652cd28392 by Cheryl Sabella in branch 'master': bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) https://github.com/python/cpython/commit/b9f0354efce95b7557bc43ea193c4b

[issue36152] IDLE: Remove close_when_done from colorizer close()

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

[issue27321] Email parser creates a message object that can't be flattened

2019-03-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: @r.david.murray, it appears that all your requested changes have been addressed on the PR. Please re-review this when you get a chance. Thanks! -- nosy: +cheryl.sabella versions: -Python 3.6 ___ Python tracker

[issue36165] DOC: ssl.rst is missing formatting on two links

2019-03-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : In `ssl.rst`, formatting for two data links is missing the leading `:` 1. ssl.PROTOCOL_SSLv23¶ Alias for ---> data:PROTOCOL_TLS. <--- 2. Wrap the BIO objects incoming and outgoing and return an instance of ---> attr:SSLContext.sslobj

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

2019-03-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : In `datamodel.rst`, fix formatting on the format_spec argument in the text paragraph of object.__format__() to be italicized instead of marked as a code sample. object.__format__(self, format_spec) The ---> ``format_spec`` <--- argument is a

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-03-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : In Programming FAQ under question "How can my code discover the name of an object?", in the second sentence, the word 'The' shouldn't be capitalized after the semi-colon. Essentially, assignment always binds a name to a value; --

[issue36168] DOC: Fix capitalization in string.rst

2019-03-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : In `string.rst`, under get_value(), `Subsequent` shouldn't be capitalized after the semi-colon. For compound field names, these functions are only called for the first component of the field name; ---> Subsequent <--- components are handl

[issue23216] IDLE grep/find/replace source code needs docstrings

2019-03-02 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +12142 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue23216> ___ ___ Python-

[issue23216] IDLE grep/find/replace source code needs docstrings

2019-03-02 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've created the first PR for docstrings on replace. Saimadhav Heblikar had added some docstrings under issue 21676, so I expanded on what he did. I referred to Al's diff, but didn't use it much since there were already some docstrings. For

[issue33329] sigaddset() can fail on some signal numbers

2019-03-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +12144 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue33329> ___ ___ Python-

[issue33329] sigaddset() can fail on some signal numbers

2019-03-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +12145 ___ Python tracker <https://bugs.python.org/issue33329> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: You need to use the ttk Scrollbar to access state. The standard tk Scrollbar doesn't have it. Take a look at the doc page for ttk: https://docs.python.org/3/library/tkinter.ttk.html And the New Mexico Institute pages for ttk: https://infohost.nmt.ed

[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: That's because state isn't an option. :-) I should have included the link to the ttk scrollbar manpage. https://www.tcl.tk/man/tcl/TkCmd/ttk_scrollbar.htm You'll see on that page that 'state' is listed as a Widget Command and not

[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: You're welcome. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue36189] DOC: Correct word in tutorial introduction

2019-03-04 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the tutorial introduction, under section 3.1.3 for Lists, 'sequence type' should be 'sequence types'. > Like strings (and all other built-in sequence ---> type <---) Assigning to @Mariatta for the sprints. --

[issue35782] Missing whitespace after comma in randrange raise error

2019-03-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: Assigning to Raymond regarding the question about the backport. -- assignee: cheryl.sabella -> rhettinger ___ Python tracker <https://bugs.python.org/issu

[issue23205] Unit test needed for IDLE's GrepDialog.py's findfiles()

2019-03-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +12198 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue23205> ___ ___ Python-

[issue23205] Unit test needed for IDLE's GrepDialog.py's findfiles()

2019-03-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've opened a PR with the changes. I did several commits, one for each stage. That is, the first one adds the test, then the second one moves `findfiles` to the module level, etc. I added the `onerror` function because if a directory that doesn'

[issue36219] Add edit option in IDLE to convert smart quotes to ascii quotes

2019-03-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would it be worthwhile to automatically convert the text when it's being pasted or would there be a scenario where it would be desirable to keep these characters in the text? It seems the point here is that the user wouldn't even realize that

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset d5a70c6b0355f247931f6be80b78a0ff1869c56f by Cheryl Sabella in branch 'master': bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) https://github.com/python/cpython/commit/d5a70c6b0355f247931f6be80b78a0

[issue35661] Store the venv prompt in pyvenv.cfg

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

[issue36176] Fix IDLE Autocomplete / Calltip Window Colors

2019-03-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: I didn't see an issue with a Gnome, so I installed KDE Plasma and switched to the dark theme. I was able to recreate the issue for autocomplete. When I tried 'open file', I also saw it there and I've attached a screen print showing h

[issue36176] Fix IDLE Autocomplete / Calltip Window Colors

2019-03-09 Thread Cheryl Sabella
Change by Cheryl Sabella : Added file: https://bugs.python.org/file48201/searchdialogdark.png ___ Python tracker <https://bugs.python.org/issue36176> ___ ___ Python-bug

[issue27916] Use time.monotonic instead of time.time where appropriate

2019-03-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: multiprocessing was changed to use time.monotonic in issue 34054. Based on the other feedback on this thread, I'm going to close this. -- nosy: +cheryl.sabella resolution: -> rejected stage: -> resolved status: ope

[issue32951] Prohibit direct instantiation of SSLSocket and SSLObject

2019-03-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: Can this issue be closed as resolved? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue32951> ___ ___

[issue28124] Rework SSL module documentation

2019-03-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: Can this issue be closed as resolved? It looks like the changes have been merged even though the first PR still has an 'open' status. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bu

[issue21314] Document '/' in signatures

2019-03-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: There are a few other open issues about positional-only keywords (for example, #10789 and #8350). I wasn't sure what, if anything, could be done with those now that the '/' is available and documented. -- nosy:

[issue36270] DOC: Add link to sys.exc_info for "Reference Manual"

2019-03-12 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the docs for `sys.exc_info()`, the description of traceback says: traceback gets a traceback object (see the ---> Reference Manual <---) which encapsulates the call stack at the point where the exception originally occurred. It might be n

[issue15749] cgitb prints html for text when display disabled.

2019-03-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I can still recreate this issue under 3.8. Should this patch be converted to a GitHub pull request? -- nosy: +cheryl.sabella versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.2, Python 3.3, Python 3.4

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Sorry about that. I'll work on a fix and test it on the buildbots first. There are some tests with pyvenv.cfg that are skipped if it happens in a venv (@skipInVenv decorator), but the test right above this one (test_defaults) does not use the deco

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +12274 stage: resolved -> patch review ___ Python tracker <https://bugs.python.org/issue35661> ___ ___ Python-

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Steve, thanks for the suggestions. Looking at the other tests, `test_prompt` was the only one (prior to the original change) that didn't create a venv, so maybe actually creating the venv instead of just instantiating the class were testing

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

2019-03-12 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the documentation for the `venv` module, there is a module-level convenience function for `create` which is missing the `prompt` parameter and the version added directive. venv.create(env_dir, system_site_packages=False, clear=False, symlinks=False

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks Steve. The venv tests run for me from inside a venv on Windows 10 from a command prompt. From Powershell, all the tests fail with the following when run from inside a venv: FileNotFoundError: [Errno 2] No such file or directory: 'N:\\pro

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 839b925f6347222de560cdb767924c502b4039aa by Cheryl Sabella in branch 'master': bpo-35661: Fix failing test on buildbot (GH-12297) https://github.com/python/cpython/commit/839b925f6347222de560cdb767924c

[issue36157] Document PyInterpreterState_Main().

2019-03-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: needs patch -> commit review ___ Python tracker <https://bugs.python.org/issue36157> ___ ___ Python-bugs-list mai

[issue35661] Store the venv prompt in pyvenv.cfg

2019-03-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: Looks like the buildbot is happy now. Thank you everyone! -- resolution: -> fixed status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue15749] cgitb prints html for text when display disabled.

2019-03-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Rémi, I think @r.david.murray would need to review the PR, based on his last comment. That's why I was asking whether the patch should be converted to a PR. There seemed to be a conflict between this and issue 12890 and I wasn't certain which

[issue36315] Unable to install Python 3.7.2

2019-03-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: I believe support has been removed for Windows Vista. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue36

[issue23216] IDLE grep/find/replace source code needs docstrings

2019-03-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 0bb5e75cf8bc9b197ffb91cba6f30543ed502708 by Cheryl Sabella in branch 'master': bpo-23216: IDLE: Add docstrings to search modules (GH-12141) https://github.com/python/cpython/commit/0bb5e75cf8bc9b197ffb91cba6f305

[issue23216] IDLE grep/find/replace source code needs docstrings

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

[issue34965] Python on Docker container using flask is going down after sometime

2019-03-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: As no additional information has been provided, I'm going to close this as third party. Feel free to reopen if a reproducing script can be created to demonstrate that this is a bug in the language and not an issue with Flask or Docker. T

[issue31062] socket.makefile does not handle line buffering

2019-03-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +giampaolo.rodola versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue31062> ___ ___ Python-bugs-list m

[issue22303] Write better test for SSLContext.load_verify_locations

2019-03-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Issue 22449 added some tests around these environment variables. Was that enough to satisfy this issue or does more need to be done? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.

[issue31603] Please add argument to override stdin/out/err in the input builtin

2019-03-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: For reference, here's the link to the Python ideas thread: https://mail.python.org/pipermail/python-ideas/2017-September/047230.html -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/is

[issue23984] Documentation error: Descriptors

2019-03-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: @carlbordum, thank you for the PR, but the original PR already addresses the issues. In a code review message on that PR (https://github.com/python/cpython/pull/1034#pullrequestreview-32006381), @rhettinger commented on the removal of the print statement

[issue12622] failfast argument to TextTestRunner not documented

2019-03-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: I agree with @xtreak. Closing this as a duplicate. -- nosy: +cheryl.sabella resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Wrong signature of TextTestRunner

[issue27432] Unittest truncating of error message not works

2019-03-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: This one is a little more complicated, but I'm going to assign to @Mariatta for the sprints. -- assignee: -> Mariatta nosy: +Mariatta, cheryl.sabella stage: -> needs patch versions: +Python 3.8

<    3   4   5   6   7   8   9   10   11   12   >