File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,12 @@ New features
7575Other language changes
7676======================
7777
78- * Python now uses UTF-8 as the default encoding, independent of the system's
78+ * Python now uses UTF-8 _ as the default encoding, independent of the system's
7979 environment. This means that I/O operations without an explicit encoding,
8080 e.g. ``open('flying-circus.txt') ``, will use UTF-8.
81+ UTF-8 is a widely-supported Unicode _ character encoding that has become a
82+ *de facto * standard for representing text, including nearly every webpage
83+ on the internet, many common file formats, programming languages, and more.
8184
8285 This only applies when no ``encoding `` argument is given. For best
8386 compatibility between versions of Python, ensure that an explicit ``encoding ``
@@ -92,6 +95,9 @@ Other language changes
9295
9396 .. seealso :: :pep:`686` for further details.
9497
98+ .. _UTF-8 : https://en.wikipedia.org/wiki/UTF-8
99+ .. _Unicode : https://home.unicode.org/
100+
95101 (Contributed by Adam Turner in :gh: `133711 `; PEP 686 written by Inada Naoki.)
96102
97103New modules
You can’t perform that action at this time.
0 commit comments