Merge pull request #2231 from chrissimpkins/py23-dep-warn
[py23] Nit: change py23 deprecation warning from "next release" to "future release"
This commit is contained in:
commit
959937da3c
@ -9,7 +9,7 @@ from io import StringIO as UnicodeIO
|
|||||||
from types import SimpleNamespace
|
from types import SimpleNamespace
|
||||||
|
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"The py23 module has been deprecated and will be removed in the next release. "
|
"The py23 module has been deprecated and will be removed in a future release. "
|
||||||
"Please update your code.",
|
"Please update your code.",
|
||||||
DeprecationWarning,
|
DeprecationWarning,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user