Closed djhenderson closed 2 years ago
Thanks for a thorough report.
Unless the python-tcod docs are using tcod.context.new_terminal
in a code example then this is intended. That function and tcod.context_new_window
were replaced by tcod.context.new
which the warning text currently suggests to do.
The deprecation isn't critical enough for me to use DeperationWarning or FutureWarning. Plus it's hard to deprecate things used in the latest tutorials or else the warnings confuse new developers.
For now there isn't much to be done, but feel free to ask any other questions.
The following statement
Raises these warning in DEV mode
running on
with these env variables