[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts - class.__name__.ps:1.1.2.1

Evan Simpson evan at 4-am.com
Thu Jan 15 14:43:31 EST 2004


Update of /cvs-repository/Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts
In directory cvs.zope.org:/tmp/cvs-serv18725/lib/python/Products/PythonScripts/tests/tscripts

Added Files:
      Tag: Zope-2_7-branch
	class.__name__.ps 
Log Message:
Collector #1074: Change Scripts' __name__ to None, added unit tests for the effect of __name__ on class definitions and imports.


=== Added File Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts/class.__name__.ps ===
import string

class foo:
  pass

return repr(foo).split()[1], repr(string).split()[1]




More information about the Zope-Checkins mailing list