<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ### 導航 - [索引](genindex.xhtml "總目錄") - [模塊](py-modindex.xhtml "Python 模塊索引") | - [下一頁](copyright.xhtml "版權") | - [上一頁](about.xhtml "文檔說明") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](index.xhtml) ? - $('.inline-search').show(0); | # 解決 Bug Python 是一門以穩定著稱的編程語言。為了保持它的穩定性,開發者們想了解您在 Python 中發現的任何缺陷。 有時候自己修復漏洞并將補丁提交給 Python 能更快地解決問題,因為它簡化了流程并且減少了參與的人力。 請參閱如何 [提交補丁](#contributing-to-python)。 ## 文檔錯誤 如果您在本文檔中發現了錯誤并打算幫助我們改進,請將錯誤提交到 [追蹤系統](#using-the-tracker)。 如果您有相應的修正建議,請一并提交。 (譯者注:如果是中文文檔翻譯相關的錯誤,請務必提交到 <https://github.com/python/python-docs-zh-cn/issues>。如果將翻譯問題反饋到了其他地方,可能會因為語言不通而不能及時處理。) 如果您時間有限,還可以通過電子郵件將文檔的錯誤報告發送至 [docs@python.org](mailto:docs%40python.org) (代碼運行錯誤請發送至 [python-list@python.org](mailto:python-list%40python.org))。“docs@”是一個由志愿者運作的郵件列表;您的請求會得到關注,但可能需要一些時間才會被處理。 參見 在 Python 的錯誤追蹤系統上的 [Documentation bugs](https://bugs.python.org/issue?@filter=status&@filter=components&components=4&status=1&@columns=id,activity,title,status&@sort=-activity) \[https://bugs.python.org/issue?@filter=status&@filter=components&components=4&status=1&@columns=id,activity,title,status&@sort=-activity\] ## 使用 Python 的錯誤追蹤系統 對于 Python 本身的錯誤報告應當通過 Python 錯誤追蹤系統(<https://bugs.python.org/>)進行提交。該錯誤追蹤系統提供了一個可以輸入并提交相關信息給開發者的網頁表單。 填寫報告的第一步是確認是否有重復的報告。這樣做除了可以節省開發者的時間,也能讓您從中為了解決這個問題我們做出了怎樣的努力;我們有可能我們已經在下個版本中修復了這個問題,也有可能需要更詳細的信息來搞定它(在這種情況下,如果可以,非常歡迎您提供這些信息!)。要查找重復的報告,請使用錯誤數據庫頁面頂部的搜索欄進行搜索。 如果您正在報告的問題并沒有記錄在錯誤追蹤系統中,請返回并登錄 Python 錯誤追蹤系統。如果您沒有一個錯誤追蹤系統的賬號,請選擇“注冊(Register)”鏈接,或者如果您想使用 OpenID 的話,請選擇側邊欄中任何一個 OpenID 提供方的標識。您不能匿名提交一份錯誤報告。 如果已經登錄, 那您就可以提交錯誤報告了。請點擊側邊欄中的“新建(Create New)”鏈接,打開錯誤報告表單。 表單中有幾個空欄。請在 “標題” 欄填入一個對問題的非常簡短的描述;一個好的描述應當少于十個字。在 “類型” 欄,選擇您的問題的類型;同樣地,選擇bug相對應的 “組件” 和 “版本” 。 在”說明“欄,請詳細描述問題,包括您預期的情況和實際的情況。請確保信息包含任何涉及的拓展模塊,以及您當時所使用的硬件和軟件平臺(如果可能,請附上版本信息)。 每一份錯誤報告將被分派給一名開發者,并由這名開發者決定如何更正這個問題。每當有針對該錯誤的進展時,您都會收到一個更新通知。 參見 [如何高效地報告錯誤](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) \[http://www.chiark.greenend.org.uk/~sgtatham/bugs.html\]文章詳細介紹了如何創建一份有用的錯誤報告。它描述了什么樣的信息是有用的以及為什么是有用的。 [錯誤書寫導引](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines) \[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug\_writing\_guidelines\]有關書寫一份好的錯誤報告的信息。部分僅針對 Mozilla 項目,不過其描述了通用的恰當做法。 ## 開始為 Python 貢獻您的知識 除了僅僅報告您所發現的錯誤之外,同樣歡迎您提交修復它們的補丁。您可以在 [Python 開發者指引](https://mail.python.org/mailman3/lists/core-mentorship.python.org/) \[https://mail.python.org/mailman3/lists/core-mentorship.python.org/\] 中找到更多上手為 Python 打補丁的相關信息。如果您有任何問題,[核心導師郵件列表](https://devguide.python.org/) \[https://devguide.python.org/\] 是一個友好的去處,在那里, 你可以尋求修復 Python事宜相關問題的答案。 ### 導航 - [索引](genindex.xhtml "總目錄") - [模塊](py-modindex.xhtml "Python 模塊索引") | - [下一頁](copyright.xhtml "版權") | - [上一頁](about.xhtml "文檔說明") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](index.xhtml) ? - $('.inline-search').show(0); | ? [版權所有](copyright.xhtml) 2001-2019, Python Software Foundation. Python 軟件基金會是一個非盈利組織。 [請捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [發現了問題](bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 創建。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看