PyAIML Changelog

What's new in PyAIML 0.8.5

Sep 4, 2008
  • Fixed a couple lingering Unicode bugs, one of which was breaking things pretty thoroughly under Python 2.2.3.
  • Improved whitespace handling, to the point where it should be compliant with the AIML 1.0.1 standard. Basically, whitespace will be stripped down to readable levels, unless the xml:space attribute is used to indicate otherwise.
  • Fixed bug in PatternMgr where the character '1' was mistaken identified as punctuation to be stripped, instead of the intended '!'.