Alyssa Coghlan

Results 514 comments of Alyssa Coghlan

Thanks @nicoddemus! I agree that combined with the previous reference to https://docs.pytest.org/en/stable/reference/reference.html#confval-verbosity_assertions that change should cover both this issue and #12307

I noticed updating addons before the pre-patch that several of them are now reporting "NaN.NaN.NaN" as their game version in the WowUp UI (v2.12.0 CF). Checking one of them (`WorldQuestsList.toc`)...

Checking the two release pages, looks like 2.12.1-beta.2 has the ToC fixes for the Wago client: https://github.com/WowUp/WowUp/releases However, there's no corresponding additional betas for the CF client at this point:...

This display issue is resolved with "Re-Scan Folders" in the v.2.20.0-beta.1 CF release, so this issue can reasonably be closed now. However, beta channel subscribers should check they're on at...

My rationale behind keeping both would be "Every PyPI user is a potential future publisher". We don't really know what a healthy ratio looks like, but it's a safe bet...

The [sample PyPA project](https://github.com/pypa/sampleproject/blob/main/pyproject.toml#L148) has a different set of URLs: ``` [project.urls] "Homepage" = "https://github.com/pypa/sampleproject" "Bug Reports" = "https://github.com/pypa/sampleproject/issues" "Funding" = "https://donate.pypi.org" "Say Thanks!" = "http://saythanks.io/to/example" "Source" = "https://github.com/pypa/sampleproject/" ```...

In addition to the inline notes in the PR, I also need to search for references to `f_locals` to see if any of those need changing.

> Does the following refer to something other than the `c-api/frame.rst` changes? There are several C API additions and updates as described in the PEP. Most of them will be...

I realised that I was using the Aus/UK spelling of `optimised`, while the Python docs generally use US spelling (there were 300+ instances of `optimized` vs less than 20 uses...

Capturing the commit message, just in case something fails before the auto-merge lands: ``` * expand on What's New entry for PEP 667 (including porting notes) * define 'optimized scope'...