Skip to content

Commit 570cdc0

Browse files
committed
Migration 8.5: Move setlocale
1 parent fe74bcd commit 570cdc0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

appendices/migration85/incompatible.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -442,12 +442,6 @@
442442
if the read_and_close value is not a valid type compatible with int.
443443
</simpara>
444444

445-
<simpara>
446-
Passing an integer <literal>0</literal> as the <parameter>locales</parameter>
447-
argument to <function>setlocale</function> is no longer supported and now throws
448-
a <exceptionname>TypeError</exceptionname>.
449-
</simpara>
450-
451445
</sect2>
452446

453447
<sect2 xml:id="migration85.incompatible.simplexml">
@@ -553,6 +547,12 @@
553547
it as a precision of 0.
554548
</simpara>
555549

550+
<simpara>
551+
Passing an integer <literal>0</literal> as the <parameter>locales</parameter>
552+
argument to <function>setlocale</function> is no longer supported and now throws
553+
a <exceptionname>TypeError</exceptionname>.
554+
</simpara>
555+
556556
</sect2>
557557

558558
<sect2 xml:id="migration85.incompatible.tidy">

0 commit comments

Comments
 (0)