diff --git a/appendices/migration85/incompatible.xml b/appendices/migration85/incompatible.xml index 3300e7eeb0..917b68ac9c 100644 --- a/appendices/migration85/incompatible.xml +++ b/appendices/migration85/incompatible.xml @@ -442,6 +442,12 @@ if the read_and_close value is not a valid type compatible with int. + + Passing an integer 0 as the locales + argument to setlocale is no longer supported and now throws + a TypeError. + + diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index b3e25d8eb7..77754db227 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -165,7 +165,29 @@ - + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Passing an integer 0 as the + locales argument is no longer supported and + now throws a TypeError. + + + + + + &reftitle.examples;