浏览代码

Add py3k tokenizer to changelog.

tags/v0.3
Ben Kurtovic 10 年前
父节点
当前提交
3e5c41d4dd
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      CHANGELOG
  2. +1
    -0
      docs/changelog.rst

+ 1
- 0
CHANGELOG 查看文件

@@ -7,6 +7,7 @@ v0.3 (unreleased):
of False. This is a breaking change if you rely on any filter() methods being
non-recursive by default.
- Added a matches() method to Wikicode for page/template name comparisons.
- The C tokenizer extension now works on Python 3 in addition to Python 2.7.
- Various fixes and cleanup.

v0.2 (released June 20, 2013):


+ 1
- 0
docs/changelog.rst 查看文件

@@ -16,6 +16,7 @@ Unreleased
if you rely on any filter() methods being non-recursive by default.**
- Added a :py:meth:`.matches` method to :py:class:`~.Wikicode` for
page/template name comparisons.
- The C tokenizer extension now works on Python 3 in addition to Python 2.7.
- Various fixes and cleanup.

v0.2


正在加载...
取消
保存