[Python-checkins] r53007 - sandbox/trunk/2to3/fix_null.py

guido.van.rossum python-checkins at python.org
Tue Dec 12 15:56:50 CET 2006


Author: guido.van.rossum
Date: Tue Dec 12 15:56:50 2006
New Revision: 53007

Removed:
   sandbox/trunk/2to3/fix_null.py
Log:
Delete a straggler.


Deleted: /sandbox/trunk/2to3/fix_null.py
==============================================================================
--- /sandbox/trunk/2to3/fix_null.py	Tue Dec 12 15:56:50 2006
+++ (empty file)
@@ -1,13 +0,0 @@
-#!/usr/bin/env python2.5
-# Copyright 2006 Google Inc. All Rights Reserved.
-# Licensed to PSF under a Contributor Agreement.
-
-"""Null refactoring."""
-
-import patcomp
-
-pat_compile = patcomp.PatternCompiler().compile_pattern
-p_null = pat_compile("'?'")
-
-def fix_null(node):
-    pass


More information about the Python-checkins mailing list