Edgewall Software
Modify

Opened 17 years ago

Closed 15 years ago

Last modified 12 years ago

#163 closed defect (fixed)

[PATCH] urllib2.HTTPErrorProcessor not available in Python 2.3

Reported by: sam.steele@… Owned by: dfraser
Priority: major Milestone:
Component: Build slave Version: dev
Keywords: Cc: webkontakt@…, remy.blank@…
Operating System: Linux

Description

When trying to run bitten-slave from trunk on a python 2.3 host:

Traceback (most recent call last):
  File "slave.py", line 38, in ?
    class SaneHTTPErrorProcessor(urllib2.HTTPErrorProcessor):
AttributeError: 'module' object has no attribute 'HTTPErrorProcessor'

Attachments (1)

163-python-2.3-compat-r602.patch (1.6 KB) - added by Remy Blank <remy.blank@…> 15 years ago.
Patch against trunk restoring Python 2.3 compatibility

Download all attachments as: .zip

Change History (6)

comment:1 Changed 17 years ago by Lutz <trac@…>

  • Cc trac@… added

comment:2 Changed 16 years ago by anonymous

  • Cc webkontakt@… added; trac@… removed

I just write down this line to bypass the spam filter (I just changed the CC address). Fixing this issue would allow for running the client on our Solaris machines.

Changed 15 years ago by Remy Blank <remy.blank@…>

Patch against trunk restoring Python 2.3 compatibility

comment:3 Changed 15 years ago by Remy Blank <remy.blank@…>

  • Cc remy.blank@… added

The patch above restores Python 2.3 compatibility. I need it for running the 2.3 build bot for Trac 0.11-stable.

comment:4 Changed 15 years ago by dfraser

  • Owner changed from cmlenz to dfraser
  • Status changed from new to assigned
  • Summary changed from urllib2.HTTPErrorProcessor not available in Python 2.3 to [PATCH] urllib2.HTTPErrorProcessor not available in Python 2.3

comment:5 Changed 15 years ago by dfraser

  • Resolution set to fixed
  • Status changed from assigned to closed

Thanks for the patch, applied in r633 and r634

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain dfraser.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.