summaryrefslogtreecommitdiff
path: root/docs/changelog/1057.doc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/1057.doc.rst')
-rw-r--r--docs/changelog/1057.doc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/1057.doc.rst b/docs/changelog/1057.doc.rst
new file mode 100644
index 0000000..f8e740c
--- /dev/null
+++ b/docs/changelog/1057.doc.rst
@@ -0,0 +1 @@
+``activate_this.py`` recommend ``exec(open(this_file).read(), {'__file__': this_file})`` as it works both on Python 2 and 3.