Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

gh-101100: Consolidate documentation onModuleType attributes#124709

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
AlexWaygood merged 16 commits intopython:mainfromAlexWaygood:moduletype-attrs
Oct 9, 2024
Merged
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
6dabc1b
Consolidate documentation on `ModuleType` attributes
AlexWaygoodSep 27, 2024
854de81
fixes
AlexWaygoodSep 27, 2024
997895d
Apply suggestions from code review
AlexWaygoodSep 27, 2024
d23c6be
change directive to `.. deprecated-removed`
AlexWaygoodSep 27, 2024
404d5a9
Update Doc/reference/datamodel.rst
AlexWaygoodSep 27, 2024
1228634
Update Doc/reference/datamodel.rst
AlexWaygoodSep 27, 2024
f128c69
address review
AlexWaygoodSep 29, 2024
250d17a
get rid of the table in the middle; describe all docs at the top level
AlexWaygoodSep 29, 2024
f9bf9c0
Update Doc/reference/datamodel.rst
warsawOct 8, 2024
02a8169
Update Doc/reference/datamodel.rst
AlexWaygoodOct 9, 2024
9cf64d3
Trivial review comments
AlexWaygoodOct 9, 2024
fd67e0a
Improve `types.ModuleType` docs and some deprecation notes
AlexWaygoodOct 9, 2024
309a9cf
Add deprecation notes in more places!
AlexWaygoodOct 9, 2024
2dca569
More deprecation warning improvements
AlexWaygoodOct 9, 2024
7716393
fix build
AlexWaygoodOct 9, 2024
d68fb58
even more deprecation notes
AlexWaygoodOct 9, 2024
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
PrevPrevious commit
NextNext commit
fix build
  • Loading branch information
@AlexWaygood
AlexWaygood committedOct 9, 2024
commit771639310a71689bec0e71b7a15d17b9dd8b2ff3
2 changes: 1 addition & 1 deletionDoc/whatsnew/3.12.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1315,7 +1315,7 @@ Deprecated
it was :exc:`ImportWarning`).
(Contributed by Brett Cannon in :gh:`65961`.)

* Setting :attr:`~module.__package__`` or :attr:`~module.__cached__` on a
* Setting :attr:`~module.__package__` or :attr:`~module.__cached__` on a
module is deprecated, and will cease to be set or taken into consideration by
the import system in Python 3.14. (Contributed by Brett Cannon in :gh:`65961`.)

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp