Modify

Opened 18 years ago

Closed 18 years ago

#1093 closed defect (fixed)

HttpAuthPlugin could not work under python2.3

Reported by: Shawn Owned by: Noah Kantrowitz
Priority: normal Component: HttpAuthPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

The import should be changed to

try:  
    from base64 import b64decode  
except ImportError:  
    from base64 import decodestring as b64decode 

Attachments (0)

Change History (1)

comment:1 Changed 18 years ago by Noah Kantrowitz

Resolution: fixed
Status: newclosed

(In [1891]) Fix 2.3 compat. (closes #1093)

Modify Ticket

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

Add Comment


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

 
Note: See TracTickets for help on using tickets.