diff --git a/doc/ChangeLog b/doc/ChangeLog index 730a5fe..2854b86 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +2011-04-10 Takayuki SHIMIZUKAWA + * Python3 ready. + 2008-08-25 Jörgen Stenarson * Merging tab insert patch from Vivian De Smedt. Removed comments with vds initials. diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst index 924a7a4..3b5ae9d 100644 --- a/doc/source/introduction.rst +++ b/doc/source/introduction.rst @@ -11,7 +11,7 @@ like python library can also be useful when implementing commandline like interfaces in GUIs. The use of pyreadline for anything but the windows console is still under development. -The pyreadline module does not yet support Python 3.x this will be targeted for the 2.0 version. +The pyreadline module support also Python 3.x. Dependencies