Skip to content

Commit 5acbe37

Browse files
Update Doc/whatsnew/3.12.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent d8694e5 commit 5acbe37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,14 +701,18 @@ Deprecated
701701
Python 3.14, when ``'data'`` filter will become the default.
702702
See :ref:`tarfile-extraction-filter` for details.
703703

704+
<<<<<<< HEAD
704705
* ``calendar.January`` and ``calendar.February`` constants are deprecated and
705706
replaced by :data:`calendar.Month.JANUARY` and :data:`calendar.Month.FEBRUARY`.
706707
(Contributed by Prince Roshan in :gh:`103636`.)
707708

708709
* The bitwise inversion operator (~) on bool is deprecated. It will throw an
710+
=======
711+
* The bitwise inversion operator (``~``) on bool is deprecated. It will throw an
712+
>>>>>>> d169b579a8 (Update Doc/whatsnew/3.12.rst)
709713
error in Python 3.14. Use ``not`` for logical negation of bools instead.
710714
In the rare case that you really need the bitwise inversion of the underlying
711-
``int``, convert to int explicitly ``~int(x)``. (Contributed by Tim Hoffmann
715+
``int``, convert to int explicitly with ``~int(x)``. (Contributed by Tim Hoffmann
712716
in :gh:`103487`.)
713717

714718
Pending Removal in Python 3.13

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy