Skip to content

Commit

Permalink
add json.scanner module (#13084)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungol authored Nov 24, 2024
1 parent f9475ac commit 4059f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ encodings.utf_32_le
encodings.utf_7
encodings.uu_codec
encodings.zlib_codec
json.scanner
sqlite3.dump
turtledemo
turtledemo\..+
Expand Down
3 changes: 3 additions & 0 deletions stdlib/json/scanner.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from _json import make_scanner as make_scanner

__all__ = ["make_scanner"]

0 comments on commit 4059f3e

Please sign in to comment.