“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>
= Undocumented Modules =
+
= 未记录的模块 =
  
Here's a quick listing of modules that are currently undocumented, but that
+
这是当前未记录但应该记录的模块的快速列表。 随意为他们贡献文档! (通过电子邮件发送至 [mailto:docs%40python.org docs@python.org]。)
should be documented. Feel free to contribute documentation for them! (Send
 
via email to [mailto:docs%40python.org docs<span>@</span>python<span>.</span>org].)
 
  
The idea and original contents for this chapter were taken from a posting by
+
本章的想法和原始内容取自 Fredrik Lundh 的帖子; 本章的具体内容作了实质性修改。
Fredrik Lundh; the specific contents of this chapter have been substantially
 
revised.
 
  
 
<div id="platform-specific-modules" class="section">
 
<div id="platform-specific-modules" class="section">
  
== Platform specific modules ==
+
== 平台特定模块 ==
  
These modules are used to implement the [[../os.path#module-os|<code>os.path</code>]] module, and are not
+
这些模块用于实现 [[../os.path#module-os|os.path]] 模块,除此之外没有记录。 几乎不需要记录这些。
documented beyond this mention. There's little need to document these.
 
  
 
; <code>ntpath</code>
 
; <code>ntpath</code>
: --- Implementation of [[../os.path#module-os|<code>os.path</code>]] on Win32 and Win64 platforms.
+
: — 在 Win32 和 Win64 平台上实现 [[../os.path#module-os|os.path]]
 
; <code>posixpath</code>
 
; <code>posixpath</code>
: --- Implementation of [[../os.path#module-os|<code>os.path</code>]] on POSIX.
+
: [[../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 的帖子; 本章的具体内容作了实质性修改。

平台特定模块

这些模块用于实现 os.path 模块,除此之外没有记录。 几乎不需要记录这些。

ntpath
— 在 Win32 和 Win64 平台上实现 os.path
posixpath
os.path 在 POSIX 上的实现。