Skip to content

Commit 5083f6f

Browse files
committed
Revert accidental removal from 3.12 doc.
1 parent 92338f8 commit 5083f6f

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,60 @@
11

2+
****************************
3+
What's New In Python 3.12
4+
****************************
5+
6+
:Release: |release|
7+
:Date: |today|
8+
9+
.. Rules for maintenance:
10+
* Anyone can add text to this document. Do not spend very much time
11+
on the wording of your changes, because your text will probably
12+
get rewritten to some degree.
13+
* The maintainer will go through Misc/NEWS periodically and add
14+
changes; it's therefore more important to add your changes to
15+
Misc/NEWS than to this file.
16+
* This is not a complete list of every single change; completeness
17+
is the purpose of Misc/NEWS. Some changes I consider too small
18+
or esoteric to include. If such a change is added to the text,
19+
I'll just remove it. (This is another reason you shouldn't spend
20+
too much time on writing your addition.)
21+
* If you want to draw your new text to the attention of the
22+
maintainer, add 'XXX' to the beginning of the paragraph or
23+
section.
24+
* It's OK to just add a fragmentary note about a change. For
25+
example: "XXX Describe the transmogrify() function added to the
26+
socket module." The maintainer will research the change and
27+
write the necessary text.
28+
* You can comment out your additions if you like, but it's not
29+
necessary (especially when a final release is some months away).
30+
* Credit the author of a patch or bugfix. Just the name is
31+
sufficient; the e-mail address isn't necessary.
32+
* It's helpful to add the bug/patch number as a comment:
33+
XXX Describe the transmogrify() function added to the socket
34+
module.
35+
(Contributed by P.Y. Developer in :issue:`12345`.)
36+
This saves the maintainer the effort of going through the Mercurial log
37+
when researching a change.
38+
This article explains the new features in Python 3.12, compared to 3.11.
39+
40+
For full details, see the :ref:`changelog <changelog>`.
41+
42+
.. note::
43+
44+
Prerelease users should be aware that this document is currently in draft
45+
form. It will be updated substantially as Python 3.12 moves towards release,
46+
so it's worth checking back even after reading earlier versions.
47+
48+
49+
Summary -- Release highlights
50+
=============================
51+
52+
.. This section singles out the most important changes in Python 3.12.
53+
Brevity is key.
54+
.. PEP-sized items next.
55+
Important deprecations, removals or restrictions:
56+
57+
* :pep:`623`, Remove wstr from Unicode
258

359

460
New Features

0 commit comments

Comments
 (0)