summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 06:04:01 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 06:04:01 -0700
commit3d995628ec8cfce38f3746643d343bb246d150e1 (patch)
tree893972e0bc4db4dcc859ac2a9dbf501bb22ed854 /HISTORY.md
parent88516160909af9ce0c66d05ef1761946335641be (diff)
downloadpystache-3d995628ec8cfce38f3746643d343bb246d150e1.tar.gz
Remove the --force2to3 option from setup.py.
See this link for the underlying reason: https://bitbucket.org/tarek/distribute/issue/292/allow-use_2to3-with-python-2
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 34f5193..5516595 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -9,7 +9,6 @@ History
- Added a `parse()` function that yields a printable, pre-compiled
parse tree.
- Added support for rendering pre-compiled templates.
-- Added --force2to3 option to setup.py (issue \#121).
- Added support for [PyPy](http://pypy.org/) (issue \#125).
- Added support for [Travis CI](http://travis-ci.org) (issue \#124). [msabramo]
- Bugfix: exceptions raised from a property are no longer swallowed