René's URL Explorer Experiment


Title: Python 2.0 有什麼新功能 — Python 3.14.3 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
Python 2.0 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html
簡介https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#introduction
Python 1.6 呢?https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#what-about-python-1-6
新的開發流程https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-development-process
Unicodehttps://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#unicode
串列綜合運算(List Comprehension)https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#list-comprehensions
擴增賦值(Augmented Assignment)https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#augmented-assignment
字串方法https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#string-methods
循環的垃圾回收https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#garbage-collection-of-cycles
其他核心變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#other-core-changes
次要語言變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#minor-language-changes
內建函式的變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#changes-to-built-in-functions
移植到 2.0https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#porting-to-2-0
擴充/嵌入變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#extending-embedding-changes
Distutils:讓模組安裝變簡單https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#distutils-making-modules-easy-to-install
XML 模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#xml-modules
SAX2 支援https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#sax2-support
DOM 支援https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#dom-support
與 PyXML 的關係https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#relationship-to-pyxml
模組變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#module-changes
新增模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-modules
IDLE 改進https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#idle-improvements
已刪除和已棄用的模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#deleted-and-deprecated-modules
致謝https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#acknowledgements
Python 2.1 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.1.html
Changelog(更動日誌)https://python.github.io/python-docs-zh-tw/whatsnew/changelog.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/whatsnew/2.0.rst?plain=1
顯示翻譯原始碼https://github.com/python/python-docs-zh-TW/blob/3.14/whatsnew/2.0.po?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/whatsnew/changelog.html
上一頁https://python.github.io/python-docs-zh-tw/whatsnew/2.1.html
Pythonhttps://www.python.org/
3.14.3 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 有什麼新功能?https://python.github.io/python-docs-zh-tw/whatsnew/index.html
Python 2.0 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#what-s-new-in-python-2-0
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#introduction
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#what-about-python-1-6
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-development-process
https://sourceforge.net/projects/python/https://sourceforge.net/projects/python/
PEP 1https://peps.python.org/pep-0001/
PEP 1https://peps.python.org/pep-0001/
https://peps.python.org/https://peps.python.org/
PEP 201https://peps.python.org/pep-0201/
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#unicode
PEP 100https://peps.python.org/pep-0100/
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#list-comprehensions
map()https://python.github.io/python-docs-zh-tw/library/functions.html#map
filter()https://python.github.io/python-docs-zh-tw/library/functions.html#filter
lambdahttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
https://www.haskell.orghttps://www.haskell.org
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#augmented-assignment
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#string-methods
stringhttps://python.github.io/python-docs-zh-tw/library/string.html#module-string
stringhttps://python.github.io/python-docs-zh-tw/library/string.html#module-string
stringhttps://python.github.io/python-docs-zh-tw/library/string.html#module-string
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#garbage-collection-of-cycles
gchttps://python.github.io/python-docs-zh-tw/library/gc.html#module-gc
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#other-core-changes
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#minor-language-changes
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://pythonce.sourceforge.net/https://pythonce.sourceforge.net/
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
UnboundLocalErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnboundLocalError
UnboundLocalErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnboundLocalError
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
TabErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TabError
IndentationErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndentationError
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#changes-to-built-in-functions
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
map()https://python.github.io/python-docs-zh-tw/library/functions.html#map
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
syshttps://python.github.io/python-docs-zh-tw/library/sys.html#module-sys
sys.getrecursionlimit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getrecursionlimit
sys.setrecursionlimit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.setrecursionlimit
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#porting-to-2-0
append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.append
insert()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.insert
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
PyArg_ParseTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTuple
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
socket.connect_exhttps://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.connect_ex
socket.bindhttps://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.bind
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#extending-embedding-changes
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
issubclass()https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
PyModule_AddObject()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddObject
PyModule_AddIntConstant()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddIntConstant
PyModule_AddStringConstant()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddStringConstant
PyOS_getsig()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_getsig
PyOS_setsig()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_setsig
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#distutils-making-modules-easy-to-install
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#xml-modules
xmlhttps://python.github.io/python-docs-zh-tw/library/xml.html#module-xml
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#sax2-support
startElement()https://python.github.io/python-docs-zh-tw/library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startElement
endElement()https://python.github.io/python-docs-zh-tw/library/xml.sax.handler.html#xml.sax.handler.ContentHandler.endElement
characters()https://python.github.io/python-docs-zh-tw/library/xml.sax.handler.html#xml.sax.handler.ContentHandler.characters
https://pyxml.sourceforge.net/topics/howto/xml-howto.htmlhttps://pyxml.sourceforge.net/topics/howto/xml-howto.html
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#dom-support
xml.dom.minidomhttps://python.github.io/python-docs-zh-tw/library/xml.dom.minidom.html#module-xml.dom.minidom
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#relationship-to-pyxml
https://www.python.org/community/sigs/current/xml-sighttps://www.python.org/community/sigs/current/xml-sig
xmlhttps://python.github.io/python-docs-zh-tw/library/xml.html#module-xml
xmlhttps://python.github.io/python-docs-zh-tw/library/xml.html#module-xml
xmlhttps://python.github.io/python-docs-zh-tw/library/xml.html#module-xml
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#module-changes
readlinehttps://python.github.io/python-docs-zh-tw/library/readline.html#module-readline
ConfigParserhttps://python.github.io/python-docs-zh-tw/library/configparser.html#module-configparser
calendarhttps://python.github.io/python-docs-zh-tw/library/calendar.html#module-calendar
posixhttps://python.github.io/python-docs-zh-tw/library/posix.html#module-posix
readlinehttps://python.github.io/python-docs-zh-tw/library/readline.html#module-readline
wavehttps://python.github.io/python-docs-zh-tw/library/wave.html#module-wave
randomhttps://python.github.io/python-docs-zh-tw/library/random.html#module-random
shelvehttps://python.github.io/python-docs-zh-tw/library/shelve.html#module-shelve
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
httplibhttps://python.github.io/python-docs-zh-tw/library/http.html#module-http
urllibhttps://python.github.io/python-docs-zh-tw/library/urllib.html#module-urllib
httplibhttps://python.github.io/python-docs-zh-tw/library/http.html#module-http
curseshttps://python.github.io/python-docs-zh-tw/library/curses.html#module-curses
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-modules
atexithttps://python.github.io/python-docs-zh-tw/library/atexit.html#module-atexit
atexithttps://python.github.io/python-docs-zh-tw/library/atexit.html#module-atexit
atexithttps://python.github.io/python-docs-zh-tw/library/atexit.html#module-atexit
atexit.register()https://python.github.io/python-docs-zh-tw/library/atexit.html#atexit.register
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
filecmphttps://python.github.io/python-docs-zh-tw/library/filecmp.html#module-filecmp
gettexthttps://python.github.io/python-docs-zh-tw/library/gettext.html#module-gettext
mmaphttps://python.github.io/python-docs-zh-tw/library/mmap.html#module-mmap
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
robotparserhttps://python.github.io/python-docs-zh-tw/library/urllib.robotparser.html#module-urllib.robotparser
tabnannyhttps://python.github.io/python-docs-zh-tw/library/tabnanny.html#module-tabnanny
webbrowserhttps://python.github.io/python-docs-zh-tw/library/webbrowser.html#module-webbrowser
urllibhttps://python.github.io/python-docs-zh-tw/library/urllib.html#module-urllib
_winreghttps://python.github.io/python-docs-zh-tw/library/winreg.html#module-winreg
zipfilehttps://python.github.io/python-docs-zh-tw/library/zipfile.html#module-zipfile
gziphttps://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#idle-improvements
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#deleted-and-deprecated-modules
https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#acknowledgements
目錄https://python.github.io/python-docs-zh-tw/contents.html
Python 2.0 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html
簡介https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#introduction
Python 1.6 呢?https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#what-about-python-1-6
新的開發流程https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-development-process
Unicodehttps://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#unicode
串列綜合運算(List Comprehension)https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#list-comprehensions
擴增賦值(Augmented Assignment)https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#augmented-assignment
字串方法https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#string-methods
循環的垃圾回收https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#garbage-collection-of-cycles
其他核心變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#other-core-changes
次要語言變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#minor-language-changes
內建函式的變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#changes-to-built-in-functions
移植到 2.0https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#porting-to-2-0
擴充/嵌入變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#extending-embedding-changes
Distutils:讓模組安裝變簡單https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#distutils-making-modules-easy-to-install
XML 模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#xml-modules
SAX2 支援https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#sax2-support
DOM 支援https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#dom-support
與 PyXML 的關係https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#relationship-to-pyxml
模組變更https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#module-changes
新增模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#new-modules
IDLE 改進https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#idle-improvements
已刪除和已棄用的模組https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#deleted-and-deprecated-modules
致謝https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html#acknowledgements
Python 2.1 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.1.html
Changelog(更動日誌)https://python.github.io/python-docs-zh-tw/whatsnew/changelog.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/whatsnew/2.0.rst?plain=1
顯示翻譯原始碼https://github.com/python/python-docs-zh-TW/blob/3.14/whatsnew/2.0.po?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/whatsnew/changelog.html
上一頁https://python.github.io/python-docs-zh-tw/whatsnew/2.1.html
Pythonhttps://www.python.org/
3.14.3 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 有什麼新功能?https://python.github.io/python-docs-zh-tw/whatsnew/index.html
Python 2.0 有什麼新功能https://python.github.io/python-docs-zh-tw/whatsnew/2.0.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.