Bug 164847

Summary: Python version defaults to 2.3 instead of 2.4
Product: [Fedora] Fedora Reporter: Robin Green <greenrd>
Component: eclipse-pydevAssignee: Jeff Pound <jpound>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: eclipse-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: eclipse-pydev-0.9.3_fc-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-03 14:23:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robin Green 2005-08-01 19:41:02 UTC
Description of problem:
When creating a new python project the python project setting for the python
version is set to Python 2.3, but Python 2.4 is the version shipped in fedora core.

Version-Release number of selected component (if applicable):
eclipse-pydev-0.9.3_fc-10

How reproducible:
Haven't tried

Steps to Reproduce:
1. Create new Simple project
2. Create test.py
3. Right-click on project and choose Properties
4. Click on Pydev details

Actual results:
Python Version is set to Version 2.3

Expected results:
Python Version should be set to Version 2.4

Comment 1 Jeff Pound 2005-08-03 14:23:54 UTC
Version now defaults to 2.4 in project properties. Running a quick python script
with "print sys.version" verifies the 2.4 interpreter is in use.