[pypy-svn] r16272 - pypy/dist/pypy/interpreter/pyparser

tismer at codespeak.net tismer at codespeak.net
Tue Aug 23 16:13:30 CEST 2005


Author: tismer
Date: Tue Aug 23 16:13:30 2005
New Revision: 16272

Modified:
   pypy/dist/pypy/interpreter/pyparser/symbol.py
Log:
this file is identical with the symbol.py file from
lib-2.4.1. I needed to add it because we want to use
CPython temporarily to compile already-built tuples.
Since this file is imported at interpreter level,
it was easier to add it than to mangle the import path.


Modified: pypy/dist/pypy/interpreter/pyparser/symbol.py
==============================================================================
--- pypy/dist/pypy/interpreter/pyparser/symbol.py	(original)
+++ pypy/dist/pypy/interpreter/pyparser/symbol.py	Tue Aug 23 16:13:30 2005
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
- 
+
 """Non-terminal symbols of Python grammar (from "graminit.h")."""
 
 #  This file is automatically generated; please don't muck it up!



More information about the Pypy-commit mailing list