changed handling of generalized string literals

This commit is contained in:
Araq
2011-02-07 00:11:11 +01:00
parent 77d045b3ac
commit 134f24f579
10 changed files with 76 additions and 39 deletions

View File

@@ -32,6 +32,8 @@ Changes affecting backwards compatibility
instead.
- Deprecated ``os.getApplicationDir``: Use ``os.getAppDir``
instead.
- Changed and documented how generalized string literals work: The syntax
``module.re"abc"`` is now supported.
Additions