Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0aea48d

Browse filesBrowse files
authored
Merge branch 'main' into tokenizer-return-token-2
2 parents 1e52242 + f8edc6f commit 0aea48d
Copy full SHA for 0aea48d

File tree

Expand file treeCollapse file tree

2 files changed

+1
-20
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-20
lines changed

‎Doc/reference/import.rst

Copy file name to clipboardExpand all lines: Doc/reference/import.rst
-19Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,25 +1025,6 @@ and ``__main__.__spec__`` is set accordingly, they're still considered
10251025
to populate the ``__main__`` namespace, and not during normal import.
10261026

10271027

1028-
Open issues
1029-
===========
1030-
1031-
XXX It would be really nice to have a diagram.
1032-
1033-
XXX * (import_machinery.rst) how about a section devoted just to the
1034-
attributes of modules and packages, perhaps expanding upon or supplanting the
1035-
related entries in the data model reference page?
1036-
1037-
XXX runpy, pkgutil, et al in the library manual should all get "See Also"
1038-
links at the top pointing to the new import system section.
1039-
1040-
XXX Add more explanation regarding the different ways in which
1041-
``__main__`` is initialized?
1042-
1043-
XXX Add more info on ``__main__`` quirks/pitfalls (i.e. copy from
1044-
:pep:`395`).
1045-
1046-
10471028
References
10481029
==========
10491030

‎Doc/requirements.txt

Copy file name to clipboardExpand all lines: Doc/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blurb
1010
# sphinx-lint 0.6.2 yields many default role errors due to the new regular
1111
# expression used for default role detection, so we don't use the version
1212
# until the errors are fixed.
13-
sphinx-lint<1,!=0.6.2
13+
sphinx-lint==0.6.1
1414

1515
# The theme used by the documentation is stored separately, so we need
1616
# to install that as well.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.