mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
merge with 3.3
This commit is contained in:
commit
7ef90a1a37
5 changed files with 83 additions and 3 deletions
|
|
@ -24,3 +24,11 @@ anyone wishing to stay up-to-date after a new release.
|
|||
2.2.rst
|
||||
2.1.rst
|
||||
2.0.rst
|
||||
|
||||
The "Python News" is a HTML version of the file :source:`Misc/NEWS` which
|
||||
contains *all* nontrivial changes to Python.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
news.rst
|
||||
|
|
|
|||
14
Doc/whatsnew/news.rst
Normal file
14
Doc/whatsnew/news.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
+++++++++++
|
||||
Python News
|
||||
+++++++++++
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<p>
|
||||
Filter entries by content:
|
||||
<input type="text" value="" id="searchbox" style="width: 50%" onchange="dofilter()">
|
||||
<input type="submit" value="Filter" onclick="dofilter()">
|
||||
</p>
|
||||
|
||||
.. miscnews:: ../../Misc/NEWS
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue