docs: deprecation of shared libraries has been postponed to 3.4 (#3449)

This commit is contained in:
jack1142
2020-01-26 18:16:44 +01:00
committed by Michael H
parent fc5fc08962
commit 068585379a
5 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ class SharedLibImportWarner(MetaPathFinder):
return None
msg = (
"One of cogs uses shared libraries which are"
" deprecated and scheduled for removal in Red 3.3.\n"
" deprecated and scheduled for removal in Red 3.4.\n"
"You should inform author of the cog about this message."
)
warnings.warn(msg, SharedLibDeprecationWarning, stacklevel=2)