[perl #34684] [PATCH] Configure Python Version Guesswork
9 views
Skip to first unread message
Ron Blaschke
unread,
Apr 5, 2005, 3:10:39 PM4/5/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bugs-bi...@rt.perl.org
# New Ticket Created by Ron Blaschke # Please include the string: [perl #34684] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34684 >
Attached patch provides a less strict match of Python's version string, as Activestate's build of 2.4.0 reports it as
C:\>python -V Python 2.4
The patch makes the patchlevel optional, which will be reported as 0 if not found.