Skip to content

Commit e9e1d4b

Browse files
authored
docs: announce removal of falcon.sys in 5.0 (#2631)
Per #2630 and review feedback on PR #2631, the deprecation warning mechanism is omitted in favor of just announcing planned removal in the changelog. The eager re-export of `sys` from `falcon.util` is left in place; the actual removal will happen in 5.0. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
1 parent 003e175 commit e9e1d4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/_newsfragments/2630.misc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``falcon.sys`` (an internal re-export of the standard library's
2+
:mod:`sys` module that was added by oversight long ago) is
3+
scheduled for removal in Falcon 5.0. Import the standard library's
4+
:mod:`sys` module directly instead.

0 commit comments

Comments
 (0)