Skip to content

Commit 407a69e

Browse files
committed
Add anchor to link to the UTF-8 default encoding
1 parent c7b3905 commit 407a69e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ Improved error messages
221221
Other language changes
222222
======================
223223

224+
.. _whatsnew315-utf8-default:
225+
224226
* Python now uses UTF-8_ as the default encoding, independent of the system's
225227
environment. This means that I/O operations without an explicit encoding,
226228
e.g. ``open('flying-circus.txt')``, will use UTF-8.

0 commit comments

Comments
 (0)