From 821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 16 Feb 2009 16:20:10 +0000 Subject: no 2.3 compat in the py3k lib #3676 --- Lib/subprocess.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/subprocess.py') diff --git a/Lib/subprocess.py b/Lib/subprocess.py index b47ebb8aaca..391edcae1e2 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -2,8 +2,6 @@ # # For more information about this module, see PEP 324. # -# This module should remain compatible with Python 2.2, see PEP 291. -# # Copyright (c) 2003-2005 by Peter Astrand # # Licensed to PSF under a Contributor Agreement. -- cgit v1.2.3