@@ -81,7 +81,7 @@ What's New
8181We have a comprehensive overview of the changes in the "What's New in
8282Python 3.6" document, found at
8383
84- http ://docs.python.org/3.6/whatsnew/3.6.html
84+ https ://docs.python.org/3.6/whatsnew/3.6.html
8585
8686For a more detailed change log, read Misc/NEWS (though this file, too,
8787is incomplete, and also doesn't list anything merged in from the 2.7
@@ -96,7 +96,7 @@ Documentation
9696
9797Documentation for Python 3.6 is online, updated daily:
9898
99- http ://docs.python.org/3.6/
99+ https ://docs.python.org/3.6/
100100
101101It can also be downloaded in many formats for faster access. The documentation
102102is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -106,7 +106,7 @@ formatting requirements.
106106If you would like to contribute to the development of Python, relevant
107107documentation is available at:
108108
109- http ://docs.python.org/devguide/
109+ https ://docs.python.org/devguide/
110110
111111For information about building Python's documentation, refer to Doc/README.txt.
112112
@@ -121,7 +121,7 @@ backported versions of certain key Python 3.x features.
121121A source-to-source translation tool, "2to3", can take care of the mundane task
122122of converting large amounts of source code. It is not a complete solution but
123123is complemented by the deprecation warnings in 2.6. See
124- http ://docs.python.org/3.6/library/2to3.html for more information.
124+ https ://docs.python.org/3.6/library/2to3.html for more information.
125125
126126
127127Testing
@@ -171,7 +171,7 @@ Issue Tracker and Mailing List
171171We're soliciting bug reports about all aspects of the language. Fixes are also
172172welcome, preferably in unified diff format. Please use the issue tracker:
173173
174- http ://bugs.python.org/
174+ https ://bugs.python.org/
175175
176176If you're not sure whether you're dealing with a bug or a feature, use the
177177mailing list:
@@ -180,7 +180,7 @@ mailing list:
180180
181181To subscribe to the list, use the mailman form:
182182
183- http ://mail.python.org/mailman/listinfo/python-dev/
183+ https ://mail.python.org/mailman/listinfo/python-dev/
184184
185185
186186Proposals for enhancement
@@ -190,13 +190,13 @@ If you have a proposal to change Python, you may want to send an email to the
190190comp.lang.python or python-ideas mailing lists for initial feedback. A Python
191191Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
192192current PEPs, as well as guidelines for submitting a new PEP, are listed at
193- http ://www.python.org/dev/peps/.
193+ https ://www.python.org/dev/peps/.
194194
195195
196196Release Schedule
197197----------------
198198
199- See PEP 494 for release details: http ://www.python.org/dev/peps/pep-0494/
199+ See PEP 494 for release details: https ://www.python.org/dev/peps/pep-0494/
200200
201201
202202Copyright and License Information
0 commit comments