[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/87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue37860>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue38034>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/2a8560ae99213954158789b9dd7275b8ffa2086a


--

___
Python tracker 
<https://bugs.python.org/issue38034>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/f357cd022ec82a4099ac7a09047d2b556a1c91ec


--

___
Python tracker 
<https://bugs.python.org/issue38034>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 
<https://bugs.python.org/issue38255>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/edad4d89e357c92f70c0324b937845d652b20afd


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue38248>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/16cec136b75daf438080a5b6685d2679dfa406af


--

___
Python tracker 
<https://bugs.python.org/issue38248>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue38419>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/ea14a0749a4f19b29236fc0acc4b556d9243bc6f


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43757>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43795>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/e7d25d3f3b335eb46d102137b447325f54750e31


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43977>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/dd4f7d96cb78b424ef8fa705aaee15a837b2d240


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43729>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/c90642b0d48e5ab40d05b526311ba19bb87f3233


--

___
Python tracker 
<https://bugs.python.org/issue43729>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 
<https://bugs.python.org/issue36464>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue41645>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/6c5a312fb6d92e879bf4c570b94e18bb9ffe5970


--

___
Python tracker 
<https://bugs.python.org/issue45677>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue25381>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/3352834f59531dfa42dbef00ada4fb95ded2ae3a


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43225>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/94dad5e41e5863e03972f3f3646087fb591f73f9


--

___
Python tracker 
<https://bugs.python.org/issue45677>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/a40d066e8ef548b52eca2b0e27c219ddd7e11592


--

___
Python tracker 
<https://bugs.python.org/issue45677>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/024209401ebc8a011f242af00efdd8ecece6953d


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue42238>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue39600>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/6c9974e12c50150149b989aaef68be1fe46ea670


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue39369>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue39498>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue39417>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue40046>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 change.

Thanks!

--

___
Python tracker 
<https://bugs.python.org/issue40046>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Users channel (discuss.python.org).

If after consulting those resources and you still believe this is a bug, please 
open a new issue with a more complete report which includes:
- a clear, specific title
- a concise sentence of what the bug seems to be
- what is the expected behavior
- what is the actual result
- steps to reproduce the error (or a runnable code snippet to demonstrate the 
behavior)

Mozilla's documentation has a good section on submitting effective bug reports 
(https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines)

I'm going to close this particular issue. Please do open another issue if 
needed. Thanks! - Carol

P.S. Josh, a gentle reminder that it's difficult to convey tone in writing. 
Perhaps adding a "hi" or "hello" at the start of your message would make it 
friendlier. Thanks for triaging too :D

--
nosy: +willingc
resolution:  -> not a bug
stage:  -> resolved
status: pending -> closed

___
Python tracker 
<https://bugs.python.org/issue42612>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/3f9fe23c05280dc5736c07bb0e968cdaf8c503d0


--

___
Python tracker 
<https://bugs.python.org/issue42179>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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:

>
> Guido van Rossum  added the comment:
>
> But seriously, nothing good can come from social media. It's what drove me
> to retire in 2018. Just ignore it please.
>
> --
>
> ___
> Python tracker 
> <https://bugs.python.org/issue42128>
> ___
> ___
> Python-bugs-list mailing list
> Unsubscribe:
> https://mail.python.org/mailman/options/python-bugs-list/willingc%40gmail.com
>
>

--

___
Python tracker 
<https://bugs.python.org/issue42128>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 that adds my standard "quick" tutorial (
> https://github.com/python/cpython/pull/24588) which is also found in
> Appendix A of PEP 636 (the tutorial PEP -- the specification PEP 634 has a
> different Appendix A :-), but we are worried that this is going to mislead
> people into thinking "Oh, this is a switch with a funny name" -- which is
> exactly what we don't want (see Jake vd Plas Tweet at
> https://twitter.com/jakevdp/status/1359870794877132810). Having stared at
> this for way too long already I think I'm not able to come up with a better
> way to present this *quickly* in a format that's appropriate for What's New
> (concise, highlights only, meant for existing fairly experienced Python
> users). Do you think you can help?
>
> --
>
> ___
> Python tracker 
> <https://bugs.python.org/issue42128>
> ___
> ___
> Python-bugs-list mailing list
> Unsubscribe:
> https://mail.python.org/mailman/options/python-bugs-list/willingc%40gmail.com
>
>

--

___
Python tracker 
<https://bugs.python.org/issue42128>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue42128>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue42128>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/a8e2615aa885a121b8cf8e9cd07696207356a25a


--

___
Python tracker 
<https://bugs.python.org/issue42128>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/346afeb159a5a8b2e260d3de740019b64352660e


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue36346>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/4ebd637dde7d7e56b18926d2a70657abcac73df0


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue43266>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
__cause__ and __contex__ before the reference link to builtin exceptions

This would provide a clear tutorial example for the majority of users. For the 
fraction of users, like Vladimir, a sentence as part of the reference link 
could address a bit more about __cause__ and __context__ without confusing 
folks.

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue42179>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/b76302ddd0896cb39ce69909349b53db6e7776e2


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue36540>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 parameter list as was done in Serihy's earlier PRs.

Since we are balancing technical accuracy with user confusion (docs and 
docstrings), I propose the following: 

1. Remove the trailing / from 3.8 documentation but leave the / if it occurs in 
the middle of the parameter list. This increases technical accuracy from 
pre-3.8 and gives users more time to get comfortable with the change (since end 
users have found this a confusing area with args kwargs *).

2. Add to the documentation in 3.8 section on positional only parameters a note 
box that describes that in many/all cases where a / is not specified at the end 
and no * is found in the parameter list that a trailing slash would be accurate.

3. Give users time to absorb the positional only change in 3.8. Perhaps writing 
a blog post that explains in detail.

4. Add the trailing / in 3.9 documentation to make consistent with docstrings 
or improve/create a better directive for function that provides a better 
accuracy and less confusion. A Sphinx extension may also be made to show a 
simple user-friendly view and with a click the fully accurate view.

--

___
Python tracker 
<https://bugs.python.org/issue37134>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

We are balancing the needs of different user groups. An all or nothing approach 
to documenting / and positional only arguments will not serve the different 
groups well. What will serve them is coming up with an approach that will work 
(though not perfectly) for each group. In essence, balancing and compromising 
are critical.

I suggested an approach earlier which I would appreciate folks give a closer 
look to its merit.

--

___
Python tracker 
<https://bugs.python.org/issue37134>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 in the Steering Council issue or one we 
develop/find) could give us both a "technically accurate" view and "simplified" 
view. I wasn't sure if this could/would be ready by 3.8. But I think that it is 
feasible for 3.9. If we can do it for 3.8, fantastic.

If we do the 3.8/3.9 phased approach, I definitely think the 3.8 docs need to 
be explicit in stating the what/why/when of the / (still searching for a cute 
name - right now the best I have is "twig" from another name, virgule, for 
slash and its Latin derivation). Ultimately, 3.9 should either by Sphinx 
extension or edit contain the "technically accurate" version.

--

___
Python tracker 
<https://bugs.python.org/issue37134>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/54edb04aa688c8247570b4f59b5145e3fa417576


--

___
Python tracker 
<https://bugs.python.org/issue37134>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
contributing :D

--

___
Python tracker 
<https://bugs.python.org/issue37134>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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_request: https://github.com/python/cpython/pull/1780

___
Python tracker 
<https://bugs.python.org/issue21106>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 already seen them. They are pretty interesting.

Thanks for using Python.

--
resolution:  -> out of date
stage:  -> resolved

___
Python tracker 
<https://bugs.python.org/issue23324>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue23324>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue5225>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue33048>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 (which may or may not be 
related) to get configure and make to run cleanly:
- open 
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
- removed brewed binutils 
- removed all brewed pythons
- make clean all

Then the normal process worked.

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue37195>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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?

--

___
Python tracker 
<https://bugs.python.org/issue37195>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 easily tested.

In other words, it is fine as is or with modifications. :-)

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue37352>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 
<https://bugs.python.org/issue37353>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 possible:

> 1. In 3.8.0b2, move tp_print to the end of the structure (rather than 
> removing it entirely) to make the "type->tp_print" in the old Cython 
> generated code harmless rather than a compilation error
>2. In 3.9.0a1, remove it entirely again

I agree that we shouldn't punish our users. IMHO Cython should get the benefit 
of a compromise, though not a long term guarantee, related to tp_print since 
Cython addresses a very real need for performance in scientific code. 

While Cython may be able to respond within the beta period, scientific projects 
that depend on it may lag longer as rebuilds and releases will need to happen 
on PyPI, conda, and conda-forge. Release versioning is critical in the science 
world as we depend on it for scientific research reproducibility. While we may 
not come up with an ideal solution for everyone, let's try to find something 
acceptable for Cython and the Core Python devs/users.

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue37250>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 to 9 months probably covers 90% of 
the actively maintained scientific projects. So is four months unreasonable? 
Not entirely unreasonable IMHO. Six months seems a safer estimate. What makes 
it difficult to predict is that many of the scientific projects do not have 
rigid release cycles and push out releases when a specific feature or bug fix 
warrants it.

Perhaps it would be helpful for someone to recap the current options on the 
table for moving forward and the most significant risk to Cython, Projects 
using Cython, or CPython by selecting each option.

Thanks.

--

___
Python tracker 
<https://bugs.python.org/issue37250>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 consumers will likely be impacted?
3. If impacted, how difficult would the regeneration be for a scientist who is 
moderately comfortable with compilation?
4. Is there any guidance or information that can be given to sdist consumers?

Do we have any good metrics/insights on Question 2 and 3?

---

While TypeObject size, updating a pinned version, and vectorcall optimization 
for prior versions are considerations, I believe that they are secondary:

- Typeobject size: Nice to have a smaller size but probably not a concern of 
the sdist consumer or general user.
- Update a pinned Cython version: General expectation is it should work with 
the environment which it was pinned within. There should not be an expectation 
that the pinned version will work if other parts of the environment change.
- vectorcall optimization extends to prior versions: While perhaps nice to 
have, it is likely more an added benefit instead of an implicit contract or 
expectation.

--

___
Python tracker 
<https://bugs.python.org/issue37250>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 follow up with Cython too.

--

___
Python tracker 
<https://bugs.python.org/issue37250>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +willingc

___
Python tracker 
<https://bugs.python.org/issue37391>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 this behavior?

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue37276>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Python from python.org or the Anaconda distribution for Mac.

--

___
Python tracker 
<https://bugs.python.org/issue37391>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 am no longer seeing core dumps.

I'm going to close this issue.

--
nosy: +willingc
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions: +Python 3.8

___
Python tracker 
<https://bugs.python.org/issue34985>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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@python, willingc

___
Python tracker 
<http://bugs.python.org/issue25514>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue36022>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker 
<https://bugs.python.org/issue35957>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -> closed

___
Python tracker 
<http://bugs.python.org/issue3062>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Resolution to out of date. I will close in 2 weeks if there is no 
further feedback on the issue. Thanks.

--
nosy: +willingc
resolution:  -> out of date
status: open -> pending

___
Python tracker 
<http://bugs.python.org/issue7074>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 build?

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue36464>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue33043>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/081158e3ba20dfa95d09cd652a44e271b95eb14c


--

___
Python tracker 
<https://bugs.python.org/issue33043>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/cpython/commit/9e30fbac019d9c0a31d444a711e845c7e883caf5


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue36064>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue36064>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 it should take place on python-ideas first to see how much 
traction your proposal would have.

Let's keep this issue focused on the implementation of 572 as accepted.

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue35224>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 try to incorporate Terry's latest suggestions?

Thanks all.

--
nosy: +willingc
title: Clarify str.isidentifier docstring, fix keyword.iskeyword docstring -> 
Clarify doc string for str.isidentifier()

___
Python tracker 
<https://bugs.python.org/issue33014>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 including:
- the importance of CPython docs as well as other Python projects (warehouse, 
popular libraries, etc.)
- link to the devguide and its section on documentation
- link to the core mentorship mailing list
- link to docs mailing list

As an example, the Rust project's Docs-Contributing page is a good start: 
https://www.rust-lang.org/en-US/contribute-docs.html

--
assignee: docs@python
components: Documentation
messages: 313549
nosy: docs@python, willingc
priority: normal
severity: normal
stage: needs patch
status: open
title: Add a 'Contributing to Docs' link at the bottom of docs.python.org

___
Python tracker 
<https://bugs.python.org/issue33043>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue33043>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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, 
please open a new issue with specific links needing updating. Thanks.

--
nosy: +willingc
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue25910>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +willingc

___
Python tracker 
<https://bugs.python.org/issue33048>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 be a reasonable step forward. While perhaps not ideal, it seems a 
reasonable compromise to provide more helpful documentation without any 
potential performance impact or regression.

--

___
Python tracker 
<https://bugs.python.org/issue33014>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/

First, make sure that your system is a 64 bit system. The installer that you 
reference will not work if you are using a 32 bit system.

Double check that you have all Windows updates installed. 

Try the help channels mentioned above or try to install `Windows x86 MSI 
installer` found at https://www.python.org/downloads/release/python-2714/

You can also try a third party distribution such as Anaconda.

--
nosy: +willingc
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue33060>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker.

--
assignee: docs@python
components: Documentation
messages: 307433
nosy: docs@python, willingc
priority: normal
severity: normal
status: open
title: Download of 3.7.0a2 docs giving a 404 error
type: behavior
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue32200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: open -> closed

___
Python tracker 
<https://bugs.python.org/issue29428>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/c56b17bd8c7a3fd03859822246633d2c9586f8bd


--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue12486>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue12486>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue33876>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue33876>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 could be opened now or in the future as a 
new, more narrowly scoped issue(s) with cleared next actions for contributors.

--
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue22571>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 
<https://bugs.python.org/issue6717>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the issue tracker.

--
keywords: +easy
nosy: +willingc

___
Python tracker 
<https://bugs.python.org/issue21914>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +willingc
resolution:  -> remind
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue21941>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue1702036>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the issue tracker.

--
nosy: +willingc
versions: +Python 3.6 -Python 2.7, Python 3.2

___
Python tracker 
<https://bugs.python.org/issue16428>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue21077>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue10531>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



  1   2   3   >