[issue37860] Add netlify deploy preview for docs

2019-08-21 Thread Carol Willing
Carol Willing added the comment: New changeset 87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd by Carol Willing (Ashwin Ramaswami) in branch 'master': bpo-37860: Add netlify deploy preview for docs (GH-15288) https://github.com/python/cpython/commit/87bc3b7a0b0c41ea5da2aa137c4145

[issue38034] Typo on logging.handlers.QueueListener documentation

2019-09-10 Thread Carol Willing
Carol Willing added the comment: New changeset efd5741ae953e50a6654e04cf731da86a1307296 by Carol Willing (wwuck) in branch 'master': bpo-38034: Fix typo in logging.handlers.rst (GH-15708) https://github.com/python/cpython/commit/efd5741ae953e50a6654e04cf731da86a1307296 -

[issue38034] Typo on logging.handlers.QueueListener documentation

2019-09-10 Thread Carol Willing
Carol Willing added the comment: New changeset 2a8560ae99213954158789b9dd7275b8ffa2086a by Carol Willing (Miss Islington (bot)) in branch '3.7': bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) https://github.com/python/cpython/commit/2a8560ae99213954158789b9dd7275

[issue38034] Typo on logging.handlers.QueueListener documentation

2019-09-10 Thread Carol Willing
Carol Willing added the comment: New changeset f357cd022ec82a4099ac7a09047d2b556a1c91ec by Carol Willing (Miss Islington (bot)) in branch '3.8': bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) https://github.com/python/cpython/commit/f357cd022ec82a4099ac7a09047d2b

[issue38255] Replace "method" with "attribute" in the description of super()

2019-09-25 Thread Carol Willing
Carol Willing added the comment: @maggyero Thanks for the PR and working to improve the docs. For this particular issue, I prefer PR 16368 for its brevity and common use case. I'm recommending that it be merged. -- nosy: +willingc ___ P

[issue38248] inconsistency in asyncio.Task between cancellation while running vs. cancellation immediately after it finishes

2019-09-25 Thread Carol Willing
Carol Willing added the comment: New changeset edad4d89e357c92f70c0324b937845d652b20afd by Carol Willing (Yury Selivanov) in branch 'master': bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) https://github.com/python/cpyt

[issue38248] inconsistency in asyncio.Task between cancellation while running vs. cancellation immediately after it finishes

2019-09-25 Thread Carol Willing
Carol Willing added the comment: New changeset 16cec136b75daf438080a5b6685d2679dfa406af by Carol Willing (Miss Islington (bot)) in branch '3.8': bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) https://github.com/python/cpyt

[issue38419] The path of check-c-globals.py on README is wrong

2019-10-22 Thread Carol Willing
Carol Willing added the comment: New changeset 20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc by Carol Willing (AMIR) in branch 'master': bpo-38419: fix "check-c-globals" path (GH-16680) https://github.com/python/cpython/commit/20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc --

[issue43757] pathlib: move 'resolve()' logic out of path flavour

2021-05-13 Thread Carol Willing
Carol Willing added the comment: New changeset ea14a0749a4f19b29236fc0acc4b556d9243bc6f by Miss Islington (bot) in branch '3.10': bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090) (#26099) https://github.com/python/cpyt

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

2021-05-13 Thread Carol Willing
Carol Willing added the comment: New changeset 373937182ee029c282bea58cdda57ab41990f404 by Miss Islington (bot) in branch '3.10': bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) https://github.com/python/cpython/commit/373937182ee029c282bea58cdda57ab41990f404 -

[issue43977] Implement the latest semantics for PEP 634 for matching collections

2021-05-13 Thread Carol Willing
Carol Willing added the comment: New changeset e7d25d3f3b335eb46d102137b447325f54750e31 by Miss Islington (bot) in branch '3.10': bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117) https://github.com/python/cpython/commit/e7d25d3f3b335eb46d102137b44732

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread Carol Willing
Carol Willing added the comment: New changeset dd4f7d96cb78b424ef8fa705aaee15a837b2d240 by Miss Islington (bot) in branch '3.10': bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136) https://github.com/python/cpython/commit/dd4f7d96cb78b424ef8fa705aaee15

[issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"

2021-05-14 Thread Carol Willing
Carol Willing added the comment: New changeset c90642b0d48e5ab40d05b526311ba19bb87f3233 by Miss Islington (bot) in branch '3.9': bpo-43729: Clarify comment in tutorial example (GH-25191) (GH-26137) https://github.com/python/cpython/commit/c90642b0d48e5ab40d05b526311ba1

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

2021-05-16 Thread Carol Willing
Carol Willing added the comment: @iritkatriel Thanks for the follow up. I'm going to close this as I haven't seen any issues with -j on MacOS. -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___

[issue41645] Typo First Page of Documentation

2021-08-08 Thread Carol Willing
Carol Willing added the comment: I've run the two sentences through Grammarly's checker. No errors were flagged for the sentence in question. Let's leave "as is". Thanks to all who discussed this issue. -- nosy: +willingc resolution: -> not a bug stag

[issue44921] dict subclassing is slow

2021-08-16 Thread Carol Willing
Change by Carol Willing : -- nosy: +willingc ___ Python tracker <https://bugs.python.org/issue44921> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45677] [doc] improve sqlite3 docs

2021-11-15 Thread Carol Willing
Carol Willing added the comment: New changeset 6c5a312fb6d92e879bf4c570b94e18bb9ffe5970 by Erlend Egeberg Aasland in branch 'main': bpo-45677: Reword first section of `sqlite3` docs (#29326) https://github.com/python/cpython/commit/6c5a312fb6d92e879bf4c570b94e18

[issue25381] Update doc of three C exception values.

2021-11-15 Thread Carol Willing
Carol Willing added the comment: New changeset ad43dc0b54994e7e7d06e3d4896ade188b36ee12 by Terry Jan Reedy in branch 'main': bpo-25381: Update explanation of exceptions in C. (GH-26838) https://github.com/python/cpython/commit/ad43dc0b54994e7e7d06e3d4896ade188b36ee12 -

[issue43225] Add missing value returned by methods on cookiejar

2021-11-15 Thread Carol Willing
Carol Willing added the comment: New changeset 3352834f59531dfa42dbef00ada4fb95ded2ae3a by Emmanuel Arias in branch 'main': bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522) https://github.com/python/cpython/commit/3352834f59531dfa42dbef00ada4fb

[issue45677] [doc] improve sqlite3 docs

2021-11-15 Thread Carol Willing
Carol Willing added the comment: New changeset 94dad5e41e5863e03972f3f3646087fb591f73f9 by Miss Islington (bot) in branch '3.10': bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566) https://github.com/python/cpython/commit/94dad5e41e5863e03972f3f3646087

[issue45677] [doc] improve sqlite3 docs

2021-11-15 Thread Carol Willing
Carol Willing added the comment: New changeset a40d066e8ef548b52eca2b0e27c219ddd7e11592 by Miss Islington (bot) in branch '3.9': bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567) https://github.com/python/cpython/commit/a40d066e8ef548b52eca2b0e27c219

[issue42238] Deprecate suspicious.py?

2021-11-22 Thread Carol Willing
Carol Willing added the comment: New changeset 024209401ebc8a011f242af00efdd8ecece6953d by Julien Palard in branch 'main': bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652) https://github.com/python/cpython/commit/024209401ebc8a011f242af00efdd8

[issue39600] idle_test: test_fontlist_key() fails if two font families have the same name

2020-02-10 Thread Carol Willing
Carol Willing added the comment: New changeset ed335cf53b5d4bca9a08c9b83ba684ba17be0f10 by Victor Stinner in branch 'master': bpo-39600, IDLE: Remove duplicated font names (GH-18430) https://github.com/python/cpython/commit/ed335cf53b5d4bca9a08c9b83ba684ba17be0f10 -

[issue39369] Doc: Update mmap readline method documentation

2020-02-10 Thread Carol Willing
Carol Willing added the comment: New changeset 6c9974e12c50150149b989aaef68be1fe46ea670 by Wellington Pardim in branch 'master': bpo-39369 Doc: Update mmap readline method documentation (GH-17957) https://github.com/python/cpython/commit/6c9974e12c50150149b989aaef68be

[issue39498] Signpost security considerations in library

2020-02-10 Thread Carol Willing
Carol Willing added the comment: I agree that a helpful entry in the index would be a nice addition. Christian would be the person to start with since he probably has ideas what would be useful too. -- nosy: +willingc ___ Python tracker <ht

[issue39417] Link to "Python Packaging User Guide: Creating and using virtual environments" is broken

2020-02-10 Thread Carol Willing
Carol Willing added the comment: New changeset c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160 by Ogi Moore in branch 'master': bpo-39417: Fix broken link to guide to building venvs (GH-18432) https://github.com/python/cpython/commit/c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160 -

[issue40046] Increase test coverage of the random module

2020-03-30 Thread Carol Willing
Carol Willing added the comment: Hi Raymond and Serhiy, Serhiy, Was there a specific use case or regression that you felt the tests would be helpful? -- nosy: +willingc ___ Python tracker <https://bugs.python.org/issue40

[issue40046] Increase test coverage of the random module

2020-03-30 Thread Carol Willing
Carol Willing added the comment: Thanks Serhiy for the explanation. I agree with Raymond about the doc change. Raymond, These tests, after reading Serihy's response, make sense to me. Let's revisit and reconsider the PR on the tests without the doc chang

[issue42612] Software Designer

2020-12-12 Thread Carol Willing
Carol Willing added the comment: Hi @Deepanshu. I'm sorry that you are having difficulty with your script. While we wish to be helpful, it's difficult to troubleshoot whether this is a program issue or a CPython bug. I recommend asking on Stack Overflow or the Python Discourse Use

[issue42179] Clarify chaining exceptions in tutorial/errors.rst

2020-12-15 Thread Carol Willing
Carol Willing added the comment: New changeset 3f9fe23c05280dc5736c07bb0e968cdaf8c503d0 by Vladimir in branch 'master': bpo-42179: Clarify exception chaining (GH-23160) https://github.com/python/cpython/commit/3f9fe23c05280dc5736c07bb0e968c

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-19 Thread Carol Willing
Carol Willing added the comment: @Brandt Bucher @Guido van Rossum I'm finally getting some free time to get the docs workgroup up and running. I'm happy to help with any docs that you want for alpha and beyond. On Fri, Feb 19, 2021 at 8:27 PM Guido van Rossum wrote: > >

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-19 Thread Carol Willing
Carol Willing added the comment: Absolutely, I can help do that. On Fri, Feb 19, 2021 at 9:14 PM Guido van Rossum wrote: > > Guido van Rossum added the comment: > > Carol, the most urgent thing we have going is to come up with text for > what's new. I posted a PR t

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-27 Thread Carol Willing
Change by Carol Willing : -- pull_requests: +23452 pull_request: https://github.com/python/cpython/pull/24667 ___ Python tracker <https://bugs.python.org/issue42

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-27 Thread Carol Willing
Carol Willing added the comment: Folks, The What's New PR is open now. I've tried to focus more on the data type/shape examples over literal example. -- ___ Python tracker <https://bugs.python.o

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset a8e2615aa885a121b8cf8e9cd07696207356a25a by Pablo Galindo in branch 'master': bpo-42128: Add documentation for the new match-based AST nodes (GH-24673) https://github.com/python/cpython/commit/a8e2615aa885a121b8cf8e9cd07696

[issue36346] Prepare for removing the legacy Unicode C API

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset 346afeb159a5a8b2e260d3de740019b64352660e by Miss Islington (bot) in branch '3.8': bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626) https://github.com/python/cpython/commit/346afeb159a5a8b2e260d3de740019

[issue43266] "String conversion and formatting" formatting messes up array subscripting

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset 4ebd637dde7d7e56b18926d2a70657abcac73df0 by Miss Islington (bot) in branch '3.8': closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585) https://github.com/python/cpython/commit/4ebd637dde7d7e56b18926d2a70657

[issue42179] Clarify chaining exceptions in tutorial/errors.rst

2020-11-05 Thread Carol Willing
Carol Willing added the comment: Thanks Vladimir for raising the issue, and Inada-san and Eric for following up on it. I recommend the following: - merge PR-23162 including its reference to builtin exceptions - after merge of PR-23162, reworking PR-23160 to provide a brief note about

[issue36540] PEP 570: Python Positional-Only Parameters

2019-05-28 Thread Carol Willing
Carol Willing added the comment: New changeset b76302ddd0896cb39ce69909349b53db6e7776e2 by Carol Willing (Pablo Galindo) in branch 'master': bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) https://github.com/python/cpyt

[issue37134] [EASY] Use PEP570 syntax in the documentation

2019-06-03 Thread Carol Willing
Carol Willing added the comment: Tim's message resonated with me. Confusing users is something that I believe that we wish to minimize. I confess that I had a similar reaction as Tim when I saw functions with a trailing `/`. What I did find helpful was adding to the middle of the para

[issue37134] [EASY] Use PEP570 syntax in the documentation

2019-06-04 Thread Carol Willing
Carol Willing added the comment: I echo Pablo's comment about thoughtful discourse as this is discussed. For library maintainers that are writing APIs that involve workflows across multiple projects maintained by different people, better information and documentation is very important

[issue37134] [EASY] Use PEP570 syntax in the documentation

2019-06-04 Thread Carol Willing
Carol Willing added the comment: > Could you extend your thoughts regarding this concern that I have with > respect of not including the trailing / in 3.8 but doing it in 3.9: Pablo, Sure thing. I believe that a Sphinx extension (possibly existing sphinx-tabs as suggested by @bskinn

[issue37134] Use PEP570 syntax in the documentation

2019-06-05 Thread Carol Willing
Carol Willing added the comment: New changeset 54edb04aa688c8247570b4f59b5145e3fa417576 by Carol Willing (Pablo Galindo) in branch 'master': bpo-37134: Add PEP570 notation to the documentation (GH-13743) https://github.com/python/cpython/commit/54edb04aa688c8247570b4f59b5145

[issue37134] Use PEP570 syntax in the documentation

2019-06-06 Thread Carol Willing
Carol Willing added the comment: @brian, Just to echo Brett's words, the Steering Council appreciated the tabbed prototype and your effort to create it. While we may not use it in this particular case, it's great to keep in mind for other places. Thanks for contr

[issue21106] Updated Mac folder icon

2019-06-06 Thread Carol Willing
Carol Willing added the comment: This was resolved in https://github.com/python/cpython/pull/1780. Thanks @ned.deily. -- keywords: +patch message_count: 15.0 -> 16.0 pull_requests: +13750 resolution: -> fixed stage: resolved -> patch review status: open -> closed pull_re

[issue23324] Nonblocking serial io using Arduino and Ubuntu 14.10 (Python 3.4.2) performance slowdown

2019-06-06 Thread Carol Willing
Carol Willing added the comment: @MrYsLab, Sorry that this issue wasn't resolved in the past. I would like to close this since we are currently working on a 3.8 release. I'm going to do that now. You may wish to take a look at MicroPython and CircuitPython if you haven't al

[issue23324] Nonblocking serial io using Arduino and Ubuntu 14.10 (Python 3.4.2) performance slowdown

2019-06-06 Thread Carol Willing
Change by Carol Willing : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue23324> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23324] Nonblocking serial io using Arduino and Ubuntu 14.10 (Python 3.4.2) performance slowdown

2019-06-06 Thread Carol Willing
Carol Willing added the comment: @MrYsLab Well, I'm glad it resolved itself along the way. Your project looks cool and the docs are very nice too. Thanks for the link. -- ___ Python tracker <https://bugs.python.org/is

[issue5225] OS X "Update Shell Profile" may not update $PATH if run more than once

2019-06-06 Thread Carol Willing
Carol Willing added the comment: @ned.deily I'm doing some triaging today. As the original submitter of this issue, would you be willing to close it? Thanks. -- ___ Python tracker <https://bugs.python.org/i

[issue33048] macOS job broken on Travis CI

2019-06-06 Thread Carol Willing
Carol Willing added the comment: Folks, I'm going to close this as resolved since we are now using Azure Pipelines for MacOS as well. Brew has also since come up with a naming policy for 2 or 3 so hopefully (?) there will be no further renaming. -- resolution: -> fixed stag

[issue5225] OS X "Update Shell Profile" may not update $PATH if run more than once

2019-06-06 Thread Carol Willing
Carol Willing added the comment: No problem :D Ping me when you need a review. -- ___ Python tracker <https://bugs.python.org/issue5225> ___ ___ Python-bug

[issue37195] test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)

2019-06-07 Thread Carol Willing
Carol Willing added the comment: Confirming that they do pass on my Mojave system. test_utime (test.test_os.UtimeTests) ... ok test_utime_by_indexed (test.test_os.UtimeTests) ... ok ... test_utime_dir_fd (test.test_os.UtimeTests) ... ok Though I did have to go through some shenanigans

[issue37195] test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)

2019-06-07 Thread Carol Willing
Carol Willing added the comment: @pablogsal My debug info looks similar to yours other than shell/terminal preferences. Similar specs on HW and OS. ./python.exe -m test test_os -R : -v Any other configs that you are frequently seeing the failures

[issue37352] Typo in documentation: "to making it easy"

2019-06-20 Thread Carol Willing
Carol Willing added the comment: I agree with Zach's suggestions. If I were to rewrite and pass through a grammar checker, I would get closer to this (removing the verbose "an eye to": Writing test suites is very helpful, and you might want to design your code to make it eas

[issue37353] Source code has not always been forward-compatible

2019-06-20 Thread Carol Willing
Carol Willing added the comment: "...though source code has usually been forward-compatible within a major release series." Agree with your thoughts Julien and Zach. Perhaps remove "whereas" as well. -- nosy: +willingc ___ Py

[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

2019-06-20 Thread Carol Willing
Carol Willing added the comment: Petr, Thanks for the thoughtful summary. If I am understanding the many messages in this and the other related issue and by looking at this with a scientific Python hat on (not as the Steering Council), I'm inclined to favor Nick's approach if poss

[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

2019-06-20 Thread Carol Willing
Carol Willing added the comment: > Is four months really an unreasonable timeline? I thought most of these > packages released more frequently than CPython. I can't really predict with any accuracy what the release cycle is for most scientific projects. Anywhere from 1 month

[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

2019-06-21 Thread Carol Willing
Carol Willing added the comment: Thanks Petr for the wonderful summary. Of the pros/cons that you mention (if I am understanding correctly), I think that the issue comes down to sdist consumers and regeneration. 1. If sdist consumers will need to regenerate an sdist? 2. How many sdist

[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

2019-06-24 Thread Carol Willing
Carol Willing added the comment: Thank you Petr. Looking at your response, the full discussion here, and the fact that we don't have an easy way to put a number on who would be impacted, I agree that merging the PR seems the best course of action. Thanks Stefan for additional foll

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-24 Thread Carol Willing
Carol Willing added the comment: Hi George, What language and encoding are you using on your system? Are you using UTF-16? I haven't been able to reproduce this on my Mac Mojave with an Anaconda Python 3.7.3 install. -- nosy: +wil

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-25 Thread Carol Willing
Carol Willing added the comment: Thanks for the additional information Rakesh. -- ___ Python tracker <https://bugs.python.org/issue37391> ___ ___ Python-bug

[issue37276] Incorrect number of running calls in ProcessPoolExecutor

2019-06-25 Thread Carol Willing
Carol Willing added the comment: I've run the code snippet several times on Mac 10.14.5 with Python 3.7.3. I'm not able to replicate your result for the `ProcessPoolExecutor` but can replicate results for `ThreadPoolExecutor`. Do you have another example where you are seeing thi

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-25 Thread Carol Willing
Carol Willing added the comment: George, This is a Homebrew build issue (see additional notes on the Brew forum https://discourse.brew.sh/t/cannot-get-python-to-use-tcl-tk-version-8-6/3563. You may wish to try the suggestions found there. My recommendation would be to use the official

[issue34985] python finds test modules from the wrong directory during PGO build

2019-08-11 Thread Carol Willing
Carol Willing added the comment: When building from the gzipped source of 3.8.0b3, I am seeing similar crashes on Ubuntu 18.04. Running ``make clean`` prior to ``configure`` and ``make`` seems to have resolved the issue. After this the regrtest was being found in the 3.8.0b3 directory. I

[issue25514] Improve IDLE's "subprocess didn't make connection" message

2017-06-13 Thread Carol Willing
Carol Willing added the comment: Based on Terry's latest message and recommendation, I've marked this as a Documentation issue and suitable for new contributors. -- assignee: -> docs@python components: +Documentation keywords: +easy nosy: +docs@pyt

[issue30656] typo in PyModule_New documentation

2017-06-13 Thread Carol Willing
Changes by Carol Willing : -- stage: -> commit review ___ Python tracker <http://bugs.python.org/issue30656> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue35826] Typo in example for async with statement with condition

2019-01-25 Thread Carol Willing
Change by Carol Willing : -- nosy: +willingc ___ Python tracker <https://bugs.python.org/issue35826> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34691] _contextvars missing in xmaster branch Windows build?

2019-01-25 Thread Carol Willing
Change by Carol Willing : -- nosy: +willingc ___ Python tracker <https://bugs.python.org/issue34691> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36022] [Security] logging.config should not use eval()

2019-02-18 Thread Carol Willing
Carol Willing added the comment: Assigning this to @Mariatta, to be worked on the mentored sprint at PyCon US Cleveland. -- assignee: -> Mariatta nosy: +Mariatta, willingc ___ Python tracker <https://bugs.python.org/issu

[issue35957] Indentation explanation is unclear

2019-02-18 Thread Carol Willing
Carol Willing added the comment: Assigning this to @Mariatta, to be worked on the mentored sprint at PyCon US Cleveland. Verify behavior and update documentation. -- assignee: docs@python -> Mariatta nosy: +Mariatta, willingc ___ Python trac

[issue3062] Turtle speed() function has no effect under Mac OS X

2017-05-28 Thread Carol Willing
Carol Willing added the comment: Turtle speed() functions appropriately on current MacOS 10.12.4. Both Python 3.1 and 3.2 have reached End of Life. Issue closed as out of date. -- nosy: +willingc resolution: -> out of date stage: needs patch -> resolved status: open -&g

[issue7074] Turtle module crashes python

2017-05-28 Thread Carol Willing
Carol Willing added the comment: Ran the turtlecrash.py example with Python 3.6 on MacOS 10.12.4. I was unable to create a crash using keypresses. I recommend closing as 3.2 has reached EOL and 3.3 will reach EOL in less than 5 months. I'm going to change status to Pending and Resoluti

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

2019-03-28 Thread Carol Willing
Carol Willing added the comment: Thanks @madscientist for filing an issue. It would be helpful to have a bit more detail on what specific MacOS version you are building on as well as the specific commands that you are executing. Does this also happen if you run `make clean` before running a

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

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

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

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

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

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

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

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

[issue35224] PEP 572: Assignment Expressions

2019-03-29 Thread Carol Willing
Carol Willing added the comment: @veky As a Jupyter notebook maintainer, I can see your point and I suspect some would like it. I'm not sure how big a benefit it would be for folks based on current notebook usage and practices. I just don't know. It's worth a discussion, but

[issue33014] Clarify doc string for str.isidentifier()

2018-03-10 Thread Carol Willing
Carol Willing added the comment: Terry's latest documentation suggestion sounds good and "explicit" by including an example. David, I appreciate your doc suggestions. If it's befuddling you, it's likely doing the same for others. CuriousLearner, do you wish to t

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

2018-03-10 Thread Carol Willing
New submission from Carol Willing : Adding a 'Contributing to Docs' link at the bottom of the docs.python.org page between 'Reporting bugs' and 'About Documentation'. This could link to the devguide section on contributing to docs or provide a short paragraph

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

2018-03-10 Thread Carol Willing
Carol Willing added the comment: Great suggestion Ned. It would be great to have some links on the bug page too. -- ___ Python tracker <https://bugs.python.org/issue33

[issue25910] Fixing links in documentation

2018-03-10 Thread Carol Willing
Carol Willing added the comment: A number of PRs have been merged since this issue opened in 2015. After Victor's merge of GH-1933 in January 2018, this looks ready to close. I'm going to close it. If there are further links that need fixing as they sometimes fall out of date, p

[issue33048] macOS job broken on Travis CI

2018-03-12 Thread Carol Willing
Change by Carol Willing : -- keywords: +patch pull_requests: +5847 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33048> ___ ___ Py

[issue33048] macOS job broken on Travis CI

2018-03-12 Thread Carol Willing
Carol Willing added the comment: I've opened a WIP PR to fix the Travis test config on macOS. Antoine is correct that the recent brew changes related to Python caused the test failure. I will try to get working on Python3 first and then Python2. -- nosy: +wil

[issue33014] Clarify str.isidentifier docstring; fix keyword.iskeyword docstring

2018-03-12 Thread Carol Willing
Carol Willing added the comment: I've made an additional suggestion on the open PR to add an example to the `.rst` doc that better clarifies the differences and usage of `iskeyword` and `isidentifier`. Perhaps making that addition and skipping the updates to the C source code would

[issue33060] Installation hangs at "Publishing product information"

2018-03-12 Thread Carol Willing
Carol Willing added the comment: Hi Bob, Your best option to get timely help information about installation is to visit one of the support channels for Python: - python-help mailing list https://www.python.org/community/lists/ - #python IRC channel https://www.python.org/community/irc

[issue32200] Download of 3.7.0a2 docs giving a 404 error

2017-12-02 Thread Carol Willing
New submission from Carol Willing : Currently, the 3.7.0a2 doc links are giving 404 errors. 3.6 docs are working just fine. https://docs.python.org/3.7/archives/python-3.7.0a2-docs-pdf-letter.tar.bz2 results in a 404. I wasn't sure if I should report here or in python.org issue tr

[issue29428] Doctest documentation unclear about multi-line fixtures

2018-05-20 Thread Carol Willing
Carol Willing added the comment: I've closed the associated PR https://github.com/python/cpython/pull/45 with a recommendation to resubmit a smaller, more atomic PR if desired. -- nosy: +willingc resolution: -> rejected stage: -> resolved status: ope

[issue12486] tokenize module should have a unicode API

2018-06-05 Thread Carol Willing
Carol Willing added the comment: New changeset c56b17bd8c7a3fd03859822246633d2c9586f8bd by Carol Willing (Thomas Kluyver) in branch 'master': bpo-12486: Document tokenize.generate_tokens() as public API (#6957) https://github.com/python/cpython/commit/c56b17bd8c7a3fd03859822246633d

[issue12486] tokenize module should have a unicode API

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

[issue33876] doc Mention the MicroPython implementation in Introduction

2018-06-15 Thread Carol Willing
Carol Willing added the comment: A reasonable suggestion. Let's make sure that we mention CircuitPython as well. -- nosy: +willingc ___ Python tracker <https://bugs.python.org/is

[issue33876] doc Mention the MicroPython implementation in Introduction

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Thanks Raymond :-) The FAQ seems like a good place to share. Cython would be a nice addition and perhaps IPython too. -- ___ Python tracker <https://bugs.python.org/issue33

[issue22571] Remove import * recommendations and examples in doc?

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Hi @terry.reedy @rhettinger, I'm triaging the 'turtle' open issues. I'm wondering if we can close this issue with a resolution of "Remind". If there are '*' imports that folks feel strongly about changing, then those c

[issue6717] Some problem with recursion handling

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Hi Gregor and others, I'm triaging 'turtle' issues. I'm recommending, if I don't hear an objection in two weeks, closing this issue with a resolution of "outdated". Thanks. -- nosy: +willingc ___

[issue21914] Create unit tests for Turtle guionly

2018-06-16 Thread Carol Willing
Carol Willing added the comment: A reasonable next step for this patch review would be to review these tests to see if they still apply for more recent Python versions as well. This is a "new contributor"-friendly issue. I'm sorry Lita.Cho that these patches languished on th

[issue21941] Clean up turtle TPen class

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Hi ingrid, Thanks for your work on this issue. I'm triaging the open "turtle" issues, and I'm going to go ahead and close this one. If you would like to open a new, more specific issue, I would welcome that. Thanks. -- nosy:

[issue1702036] Make Turtle thread-safe so it does not crash

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Hi all, I'm triaging 'turtle' open issues. I'm going to close this issue with a resolution of not a Turtle bug. Thanks. -- nosy: +willingc resolution: -> not a bug stage: test needed -> resol

[issue16428] turtle with compound shape doesn't get clicks

2018-06-16 Thread Carol Willing
Carol Willing added the comment: This issue is "new contributor"-friendly. The next steps would be to apply the patch to a recent version of Python 3, check if tests run cleanly, and if the patch resolves the issue. I'm sorry ingrid that the patch review languished on th

[issue21077] Turtle Circle Speed 0

2018-06-16 Thread Carol Willing
Carol Willing added the comment: The next step on this issue would be to test if this behavior is still present in Python 3.6 and 3.7 and report the result of your test here. -- nosy: +willingc ___ Python tracker <https://bugs.python.

[issue10531] write tilted text in turtle

2018-06-16 Thread Carol Willing
Carol Willing added the comment: This would be a fun feature to add. The next step on this issue would be to determine if this can be accomplished with Tk 8.6. -- nosy: +willingc versions: +Python 3.8 -Python 3.5 ___ Python tracker <ht

  1   2   3   >