Ticket #1093 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

HttpAuthPlugin could not work under python2.3

Reported by: Shawn Assigned to: coderanger
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

Change History

01/22/07 22:13:05 changed by coderanger

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1093 (HttpAuthPlugin could not work under python2.3)




Change Properties
Action