“Python/docs/3.9/library/undoc”的版本间差异
来自菜鸟教程
Python/docs/3.9/library/undoc
(autoload) |
小 (Page commit) |
||
第1行: | 第1行: | ||
+ | {{DISPLAYTITLE:未记录的模块 — Python 文档}} | ||
<div id="undocumented-modules" class="section"> | <div id="undocumented-modules" class="section"> | ||
<span id="undoc"></span> | <span id="undoc"></span> | ||
− | = | + | = 未记录的模块 = |
− | + | 这是当前未记录但应该记录的模块的快速列表。 随意为他们贡献文档! (通过电子邮件发送至 [mailto:docs%40python.org docs@python.org]。) | |
− | |||
− | |||
− | + | 本章的想法和原始内容取自 Fredrik Lundh 的帖子; 本章的具体内容作了实质性修改。 | |
− | Fredrik Lundh | ||
− | |||
<div id="platform-specific-modules" class="section"> | <div id="platform-specific-modules" class="section"> | ||
− | == | + | == 平台特定模块 == |
− | + | 这些模块用于实现 [[../os.path#module-os|os.path]] 模块,除此之外没有记录。 几乎不需要记录这些。 | |
− | |||
; <code>ntpath</code> | ; <code>ntpath</code> | ||
− | : | + | : — 在 Win32 和 Win64 平台上实现 [[../os.path#module-os|os.path]]。 |
; <code>posixpath</code> | ; <code>posixpath</code> | ||
− | : | + | : — [[../os.path#module-os|os.path]] 在 POSIX 上的实现。 |
第28行: | 第24行: | ||
</div> | </div> | ||
+ | <div class="clearer"> | ||
− | [[Category:Python 3.9 | + | |
+ | |||
+ | </div> | ||
+ | |||
+ | [[Category:Python 3.9 文档]] |
2021年10月31日 (日) 04:53的最新版本
未记录的模块
这是当前未记录但应该记录的模块的快速列表。 随意为他们贡献文档! (通过电子邮件发送至 docs@python.org。)
本章的想法和原始内容取自 Fredrik Lundh 的帖子; 本章的具体内容作了实质性修改。