[py23] change deprecation warning from "next release" to "future release"
This commit is contained in:
parent
0aeb7f4895
commit
3e252d8c87
@ -9,7 +9,7 @@ from io import StringIO as UnicodeIO
|
||||
from types import SimpleNamespace
|
||||
|
||||
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.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user