We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e428a83 commit 8084a4eCopy full SHA for 8084a4e
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
5
+3.3.6 (2021-06-23)
6
+------------------
7
+
8
+* Fixed regression from *3.3.4*: ``stdlib`` filter was broken.
9
+* Improved the pth file (``PYTHONHUNTER`` environment variable activation) to use a clean eval environment.
10
+ No bogus variables like ``line`` (from the ``site.py`` machinery) will be available anymore.
11
+* Fixed a bug in ``VarsSnooper`` that would make it fail in rare situation where a double `return` event is emitted.
12
13
3.3.5 (2021-06-11)
14
------------------
15
0 commit comments