8000 Remove stubtest allowlists for paths in 3.13 by JelleZijlstra · Pull Request #12730 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Remove stubtest allowlists for paths in 3.13 #12730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add back splitroot
  • Loading branch information
JelleZijlstra committed Oct 3, 2024
commit 5d1573f17b6c6bfb92b04e58e58746053af5a64e
5 changes: 5 additions & 0 deletions stdlib/@tests/stubtest_allowlists/py313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ tkinter.Misc.tk_busy_status
tkinter.Text.count
tkinter.Wm.wm_attributes

# Name of the "p" parameter changed to "path", but is
# expected to get changed back in 3.13.1:
# https://github.com/python/cpython/pull/124097
(os\.path|ntpath|posixpath)\.splitroot

# ======================================
# Pre-existing errors from Python <=3.12
# ======================================
Expand Down
Loading
0