1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 03:50:24 +01:00

Added support for b'...' syntax

This commit is contained in:
Dmitry Vasiliev
2008-09-22 12:18:14 +04:00
parent 62f6125020
commit 4954174d85
5 changed files with 368 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
Now
===
- (Python 3.0) support for b"..." syntax and remove u"..." syntax;
- (Python 3.0) add new bultins and exceptions;
Later
=====