Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: PLY (Python Lex-Yacc) | 1 Name: PLY (Python Lex-Yacc) |
| 2 Current version: 3.4 | 2 Current version: 3.4 |
| 3 URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz | 3 URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz |
| 4 License: BSD | |
| 4 License File: LICENSE | 5 License File: LICENSE |
| 6 Security Critical: no | |
| 7 Version: unknown | |
|
Nico
2012/07/31 14:30:39
The next few lines suggest "3.4"
Steve Block
2012/07/31 15:18:14
Done.
| |
| 5 | 8 |
| 6 This directory contains a copy of these ply-3.4 components: | 9 This directory contains a copy of these ply-3.4 components: |
| 7 | 10 |
| 8 README ply-3.4/README | 11 README ply-3.4/README |
| 9 Sources ply-3.4/ply/__init__.py | 12 Sources ply-3.4/ply/__init__.py |
| 10 ply-3.4/ply/lex.py | 13 ply-3.4/ply/lex.py |
| 11 ply-3.4/ply/yacc.py | 14 ply-3.4/ply/yacc.py |
| 12 | 15 |
| 13 | 16 |
| 14 The license is in LICENSE. | 17 The license is in LICENSE. |
| 15 | 18 |
| 16 Modifications made with initial commit: | 19 Modifications made with initial commit: |
| 17 - Added the file README.chromium (this file) | 20 - Added the file README.chromium (this file) |
| 18 | 21 |
| OLD | NEW |