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,3 +1,7 @@
Revision 2.6.2 (2008-09-?):
- Added support for b"..." syntax;
Revision 2.6.1 (2008-09-21):
- Added new builtins and exceptions introduced in Python 2.6: "bin",