File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
reference/strings/functions Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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+
445451 </sect2 >
446452
447453 <sect2 xml : id =" migration85.incompatible.simplexml" >
Original file line number Diff line number Diff line change 165165 </para >
166166 </note >
167167 </refsect1 >
168-
168+ <refsect1 role =" changelog" >
169+ &reftitle.changelog;
170+ <informaltable >
171+ <tgroup cols =" 2" >
172+ <thead >
173+ <row >
174+ <entry >&Version; </entry >
175+ <entry >&Description; </entry >
176+ </row >
177+ </thead >
178+ <tbody >
179+ <row >
180+ <entry >8.5.0</entry >
181+ <entry >
182+ Passing an integer <literal >0</literal > as the
183+ <parameter >locales</parameter > argument is no longer supported and
184+ now throws a <classname >TypeError</classname >.
185+ </entry >
186+ </row >
187+ </tbody >
188+ </tgroup >
189+ </informaltable >
190+ </refsect1 >
169191 <refsect1 role =" examples" >
170192 &reftitle.examples;
171193 <para >
You can’t perform that action at this time.
0 commit comments