summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-05 00:34:23 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-05 00:34:23 +0200
commitca55f0d420d017b563152edb876879fc7c667278 (patch)
tree4736f916675b60d70a3ab226ec3e2b7a698dc476 /NEWS.txt
parentfc1442dd2fa024204e7ecd25d9abe430f7eacd5d (diff)
parent05a90e3146ba0c816f2feaead2fbe65cceed4e23 (diff)
downloadpyflakes-ca55f0d420d017b563152edb876879fc7c667278.tar.gz
Upgrade the patch for doctests, to calculate column offset.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 4ff407d..af1b379 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -11,6 +11,7 @@
- Do not report redefinition of variable when unassigning a module imported
for its side-effect.
- Support special locals like `__tracebackhide__` for py.test.
+ - Support checking doctests.
- Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2.
0.6.1 (2013-01-29):