[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm new to contributing. Can I work on this one? -- nosy: +csabella ___ Python tracker <http://bugs.python.org/is

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Mariatta, Yes, thank you, I will work on a pull request to address Victor's comment. Since it's my first time, I hope to read through the contributing docs and get this done today or tomorrow.

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-28 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +776 ___ Python tracker <http://bugs.python.org/issue29677> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29677] clarify docs about 'round()' accepting a negative integer for ndigits

2017-03-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: Mariatta, Thank you so much for your support and encouragement while I worked on my first PR. You've made this an awesome experience! -- ___ Python tracker <http://bugs.python.org/is

[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: I am working on a pull request for this issue. -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue29917> ___ ___

[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +792 ___ Python tracker <http://bugs.python.org/issue29917> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29917] Wrong link target in PyMethodDef documentation

2017-03-29 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +792, 793 ___ Python tracker <http://bugs.python.org/issue29917> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-03-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: I wanted to try to work on the documentation for this, but I had some questions. I looked at: https://github.com/python/cpython/blob/master/Modules/_sqlite/cursor.c And I don't see arraysize being set to anything other than 1. I also don't see fetc

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-03-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +815 ___ Python tracker <http://bugs.python.org/issue29751> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-03-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: I have a pull request ready for the documentation, but I didn't understand the underscore usage, so I couldn't add that. If you explain it, then I can try to add it. -- nosy: +csabella ___ Python trac

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +825 ___ Python tracker <http://bugs.python.org/issue28157> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-03-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Aviv, Thank you so much for explaining that! It's obvious to me now. It wasn't marked as READ ONLY in the program, so of course it would set by the caller. I'll be able to document that. I still have the question about this line in fe

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: We were discussing changing the docstring on the pull request and I had additional questions, so I am moving them here for discussion: I've been looking at pydoc math and pydoc time (and the the module.c source). Before I go down the wrong path, I'

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: The datetime module has a separate section for strptime and strftime. Any interest in splitting those functions into their own section? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: Also, back to the original title of saying timezone, altzone, etc are deprecated - there are examples in the datetime docs that use those constants. Should that be updated to tm_zone and tm_gmtoff? -- ___ Python

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you. I've added that change. For the backporting, I think that would only be applicable to 3.6 and 3.7? -- ___ Python tracker <http://bugs.python.org/is

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

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

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you so much for being patient with me and explaining that. -- ___ Python tracker <http://bugs.python.org/issue29

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: I think I may need to apologize. I'm new to this and was looking through the open docs issues and saw this one. Just now, I noticed that the 'assigned to' was filled in. I had only been looking at tickets that didn't have a pull reques

[issue26947] Documentation improvement needed

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

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

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

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

2017-04-12 Thread Cheryl Sabella
New submission from Cheryl Sabella: On the URL Quoting page, the following line: `string may be either a str or a bytes.` Has the `str` link to: https://docs.python.org/3/library/stdtypes.html#str But the `bytes` link to: https://docs.python.org/3/library/functions.html#bytes Should the

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

2017-04-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've looked into this a little more and it seems that, in all instances, the :class:`bytes` and :class:`bytearray` mark-up link to the Built-In Functions page instead of the Built-In Types page. It also looks like the Built-In Functions page has specific

[issue29751] PyLong_FromString documentation wrong on numbers with leading zero and base=0

2017-04-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Oh, I didn't expect that. That is so cool! Thanks Mariatta. :-) -- ___ Python tracker <http://bugs.python.org/is

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

2017-04-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since no one has said that this change shouldn't be made, I'll start working on this. -- ___ Python tracker <http://bugs.python.o

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

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

[issue28851] namedtuples field_names sequence preferred

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

[issue28851] namedtuples field_names sequence preferred

2017-04-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hope it's OK that I've made a PR for these changes. -- nosy: +csabella ___ Python tracker <http://bugs.python.o

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2017-04-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: @Mariatta I believe you can do this now? -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue28315> ___ ___ Pytho

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

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

[issue30179] Update Copyright to 2017

2017-04-26 Thread Cheryl Sabella
New submission from Cheryl Sabella: The copyright page is only through 2016. -- assignee: docs@python components: Documentation messages: 292383 nosy: csabella, docs@python priority: normal severity: normal status: open title: Update Copyright to 2017 type: enhancement versions: Python

[issue30179] Update Copyright to 2017

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

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

2017-04-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: FYI. When I tested this change locally, I needed to do a 'make clean' then a 'make html' for all the pages to relink to the stdtypes page for :class:`bytes`. I had asked on the IRC channel about that and thought maybe the merge into the

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

2017-04-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I don't think it would add a lot of time or processing to rebuild it daily, would it? Seems safer than not doing it. -- ___ Python tracker <http://bugs.python.org/is

[issue19417] Bdb: add docstrings and a unittest file (test.test_bdb)

2017-04-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'll work on the bdb docstrings. -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue19417> ___ ___ Pytho

[issue19417] Bdb: add docstrings and a unittest file (test.test_bdb)

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

[issue30208] Small typos in IDLE doc

2017-04-29 Thread Cheryl Sabella
New submission from Cheryl Sabella: Fix some small typos in IDLE doc. -- assignee: docs@python components: Documentation messages: 292593 nosy: csabella, docs@python priority: normal severity: normal status: open title: Small typos in IDLE doc type: enhancement

[issue30208] Small typos in IDLE doc

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

[issue30211] Bdb: add docstrings

2017-04-29 Thread Cheryl Sabella
New submission from Cheryl Sabella: Add docstrings to Bdb. See issue 19417. -- assignee: docs@python components: Documentation messages: 292598 nosy: csabella, docs@python, terry.reedy priority: normal pull_requests: 1467 severity: normal status: open title: Bdb: add docstrings type

[issue19417] Bdb: add docstrings and a unittest file (test.test_bdb)

2017-04-29 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: -1462 ___ Python tracker <http://bugs.python.org/issue19417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19417] Bdb: add docstrings and a unittest file (test.test_bdb)

2017-04-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: Moved to issue 30211 for docstrings. -- ___ Python tracker <http://bugs.python.org/issue19417> ___ ___ Python-bugs-list mailin

[issue30208] Small typos in IDLE doc

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

[issue30208] Small typos in IDLE doc

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

[issue30208] Small typos in IDLE doc

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

[issue30208] Small typos in IDLE doc

2017-04-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: I followed the steps for cherry-pick, but messed up a little as I made 3 PRs instead of one. However, I couldn't do the labels asked for in this section: When a cherry-pick was applied successfully, this script will open up a browser tab that points t

[issue30208] Small typos in IDLE doc

2017-04-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: For this "Please check IDLE component also for IDLE doc issues.", I see the same text as the doc page in idlelib/help/html. Is that the one you want me to change or is that created automatically

[issue30208] Small typos in IDLE doc

2017-04-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: LOL, well I made that a lot harder than you intended. :-) -- components: -Documentation ___ Python tracker <http://bugs.python.org/issue30

[issue30211] Bdb: add docstrings

2017-04-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- components: +IDLE -Documentation ___ Python tracker <http://bugs.python.org/issue30211> ___ ___ Python-bugs-list mailing list Unsub

[issue30211] Bdb: add docstrings

2017-04-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- components: +Documentation -IDLE ___ Python tracker <http://bugs.python.org/issue30211> ___ ___ Python-bugs-list mailing list Unsub

[issue30208] Small typos in IDLE doc

2017-05-02 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for that information, Mariatta. I had to read your description twice to find the 9dc2b38 commit hash. Once someone learns this, then they will remember it, but you may want to highlight it on the cherry-pick readme. That was very well written and

[issue30308] Add code coverage for argument in random.shuffle

2017-05-08 Thread Cheryl Sabella
New submission from Cheryl Sabella: Added test cases for `random` argument in random.shuffle for code coverage. Two interesting results (documented within test cases): 1. In the docs, `random` is defined as a function returning a float in the range [0, 1), but negative floats could be

[issue30308] Add code coverage for argument in random.shuffle

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

[issue30308] Add code coverage for argument in random.shuffle

2017-05-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: Add Mark Dickinson and Raymond Hettinger to nosy list per Brett's suggestion on core-mentorship. -- nosy: +mark.dickinson, rhettinger ___ Python tracker <http://bugs.python.org/is

[issue30308] Add code coverage for argument in random.shuffle

2017-05-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: OK, I've removed the test for the negative values returned by random. In core-mentorship, David Murray had suggested adding a comment to document it as unexpected behavior. I had asked there because I wasn't quite sure what to do about it. Sho

[issue30308] Add code coverage for argument in random.shuffle

2017-05-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've also changed the test to use Mock for the random function. I'm new to mock, so I'm not sure if I did it right. Using a return_value seemed to be the best way to go. I didn't know if it was necessary to test if an incorrect

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-05-10 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1634 ___ Python tracker <http://bugs.python.org/issue25409> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17188] Document 'from None' in raise statement doc.

2017-05-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would any of the original authors be able to prepare a PR for this? Thanks. -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue17

[issue30354] Change data model documentation to zero-argument super()

2017-05-12 Thread Cheryl Sabella
New submission from Cheryl Sabella: Update data model documentaion to reflect the zero-argument form of super(). -- assignee: docs@python components: Documentation messages: 293566 nosy: csabella, docs@python priority: normal severity: normal status: open title: Change data model

[issue30354] Change data model documentation to zero-argument super()

2017-05-12 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1659 ___ Python tracker <http://bugs.python.org/issue30354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30358] Profile documentation - include sort argument for runctx

2017-05-12 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- assignee: docs@python components: Documentation nosy: csabella, docs@python priority: normal severity: normal status: open title: Profile documentation - include sort argument for runctx type: enhancement versions: Python 3.7

[issue30358] Profile documentation - include sort argument for runctx

2017-05-12 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1661 ___ Python tracker <http://bugs.python.org/issue30358> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30211] Bdb: add docstrings

2017-05-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you. I had some questions that I put on the commit. You're right about it saying it must be in canonic form and then it calls canonic. I figured someone added the call later to prevent an error, but didn't change the warning, but I didn&#

[issue19417] Bdb: add a unittest file (test.test_bdb)

2017-05-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Wondering if it might make sense to use Mock in this patch? -- ___ Python tracker <http://bugs.python.org/issue19417> ___ ___

[issue23667] IDLE to provide option for making trailing whitespace visible

2017-05-19 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, Should IDLE library modules get docstrings or is that something you'd rather not have? Putting the question here because ColorDelegator in colorizer.py doesn't have any docstrings. I wanted to read some of the IDLE code and I can try to a

[issue23674] super() documentation isn't very clear

2017-05-19 Thread Cheryl Sabella
Cheryl Sabella added the comment: I don't know if it's appropriate to add this to this ticket, but on the Data Model doc page, section 3.3.2.2 for Invoking Descriptors describes Super Binding. A separate discussion with Nick in PR 1561 highlighted that section as a possible can

[issue17188] Document 'from None' in raise statement doc.

2017-05-19 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1765 ___ Python tracker <http://bugs.python.org/issue17188> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17188] Document 'from None' in raise statement doc.

2017-05-19 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1765, 1766 ___ Python tracker <http://bugs.python.org/issue17188> ___ ___ Python-bugs-list mailing list Unsub

[issue23674] super() documentation isn't very clear

2017-05-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for pointing out those other links. For me, they all tie together because I was originally trying to figure out why the data model page defined `super(B, obj).m()` instead of just `super().m()`. It seems that the zero argument super is preferred

[issue23667] IDLE to provide option for making trailing whitespace visible

2017-05-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Terry! I'll take a look at 30290. No need to start with colorizer; it was in this ticket so I referenced it more for convenience than anything. -- ___ Python tracker <http://bugs.python.org/is

[issue23560] Group the docs of similar methods in stdtypes.rst

2017-05-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Martin, Do you think it would be good to move forward with this as a PR? Thanks! -- nosy: +csabella ___ Python tracker <http://bugs.python.org/issue23

[issue30419] Bdb: Update doc page

2017-05-20 Thread Cheryl Sabella
New submission from Cheryl Sabella: Update bdb docs to reflect issues found in #30211. -- assignee: docs@python components: Documentation messages: 294057 nosy: csabella, docs@python, terry.reedy priority: normal severity: normal status: open title: Bdb: Update doc page type

[issue30409] locale.getpreferredencoding doesn't return result

2017-05-20 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1780 ___ Python tracker <http://bugs.python.org/issue30409> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30290] IDLE: add tests for help_about.py

2017-05-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: This looks like fun! :-) I'll let you know if I have any questions. -- ___ Python tracker <http://bugs.python.org/is

[issue30290] IDLE: add tests for help_about.py

2017-05-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, Is there interest in changing the 'from tkinter import *'? -- ___ Python tracker <http://bugs.python.o

[issue30419] Bdb: Update doc page

2017-05-21 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1791 ___ Python tracker <http://bugs.python.org/issue30419> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30409] locale.getpreferredencoding doesn't return result

2017-05-21 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: -1780 ___ Python tracker <http://bugs.python.org/issue30409> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30290] IDLE: add tests for help_about.py

2017-05-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: Oh, I had started to make the changes, but that's OK. I'm still doing discovery too. 'Fun' did mean that I'll try something. This is exactly what I wanted to work on to dive into tkinter and idle, so I got excited. Louie, ju

[issue23560] Group the docs of similar methods in stdtypes.rst

2017-05-21 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1800 ___ Python tracker <http://bugs.python.org/issue23560> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23560] Group the docs of similar methods in stdtypes.rst

2017-05-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: I hope this is OK, but I created a version of the patch with a table as Raymond suggested. I didn't know how to make a patch, so I did it in a PR. I wanted to have a comparison available to see the differences between the two versions. I used the ori

[issue30290] IDLE: add tests for help_about.py

2017-05-22 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1804 ___ Python tracker <http://bugs.python.org/issue30290> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30290] IDLE: add tests for help_about.py

2017-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've made a pull request for 4, 5, and 6. I didn't remove the tk constants as it seemed you'd like to do all the files in one project for that. Also, in query.Query, I noticed that all the widgets were created first and then they were all ad

[issue30290] IDLE: add tests for help_about.py

2017-05-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks Terry. I'll leave those other items alone for now. It makes sense what you said about the 'create widget' styles. Looking at it for the first time, I kind of liked the second version (in query) because I could more immediately under

[issue29626] Issue with spacing in argparse module while using help

2017-05-27 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1918 ___ Python tracker <http://bugs.python.org/issue29626> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29626] Issue with spacing in argparse module while using help

2017-05-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I submitted a PR for this based on paul.j3's suggested change: def _format_action_invocation(self, action): for option_string in action.option_strings: if len(args_string)>0: parts.ap

[issue30290] IDLE: add tests for help_about.py

2017-05-27 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1922 ___ Python tracker <http://bugs.python.org/issue30290> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30290] IDLE: add tests for help_about.py

2017-05-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks Terry. I've submitted a PR for the textview docstrings and PEP8 names and I'll work on the ttk conversion and the refactoring. -- ___ Python tracker <http://bugs.python.o

[issue30303] IDLE: Add _utest to textview and add textview tests

2017-05-27 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1923 ___ Python tracker <http://bugs.python.org/issue30303> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30495] IDLE: modernize textview module

2017-05-27 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1924 ___ Python tracker <http://bugs.python.org/issue30495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30495] IDLE: modernize textview module

2017-05-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks Terry! I had done a search in Spyder using "textView" and only found those files that I changed, but now I see what I did wrong. If I do it within a different git branch that isn't up to update with the master, it won't show up, bu

[issue30495] IDLE: modernize textview module

2017-05-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've attached a patch for textview for your review. Thanks for suggesting that. I still need to work on test_textview. Some comments/questions: 1. I've made the Frame classes as you suggested. I had also made a class for TextviewText (as help.py

[issue17188] Document 'from None' in raise statement doc.

2017-05-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1949 ___ Python tracker <http://bugs.python.org/issue17188> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1951 ___ Python tracker <http://bugs.python.org/issue30354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1952 ___ Python tracker <http://bugs.python.org/issue30354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30495] IDLE: modernize textview module

2017-05-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for all the info. I've made another patch for textfile.py with removing ButtonFrame. I've also included test_textfile.py and help_about.py in the patch. I had worked on help_about yesterday, so if you don't like the button classes, I m

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: *bump* The PR was approved by R. David Murray a while ago. I can backport once it's merged. Thanks! -- nosy: +csabella ___ Python tracker <http://bugs.python.org/is

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1972 ___ Python tracker <http://bugs.python.org/issue27618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1973 ___ Python tracker <http://bugs.python.org/issue27618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27618] docs for threading.Lock claim it's a class (since 3.3), but it's not (and has never been, apparently)

2017-05-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Mariatta. I've backported to 3.5 and 3.6 with the new cherry_picker instructions. -- ___ Python tracker <http://bugs.python.org/is

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

2017-06-01 Thread Cheryl Sabella
New submission from Cheryl Sabella: The Functional Programming HOWTO describes single variable itertools.count instead of the two variable version that is linked to. -- assignee: docs@python components: Documentation messages: 294935 nosy: csabella, docs@python priority: normal

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

2017-06-01 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- type: -> enhancement ___ Python tracker <http://bugs.python.org/issue30538> ___ ___ Python-bugs-list mailing list Unsubscrib

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