openbsd-ports/lang/python/2.7/patches/patch-Tools_scripts_pydoc
rpointel eaa3c34823 Import Python 2.7.1.
Thanks a lot to landry@, fgsch@ for feedback.
Need tests before doing this version the default.
2011-04-24 09:31:44 +00:00

10 lines
293 B
Plaintext

$OpenBSD: patch-Tools_scripts_pydoc,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
--- Tools/scripts/pydoc.orig Tue Aug 10 03:27:55 2004
+++ Tools/scripts/pydoc Mon Sep 18 06:31:10 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
import pydoc
if __name__ == '__main__':