﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
311,Optional package v2.6.5 lacks readline.so,mmadia,scottmc,"The optional package from [http://dev.haiku-os.org/changeset/35928 Haiku r35928] lacks readline.

to test:
{{{
~/Desktop> python 
Python 2.6.5 (r265:79063, Mar 20 2010, 22:58:06) 
[GCC 2.95.3-haiku-090629] on haiku1
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>>import readline
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
ImportError: No module named readline
>>> 
}}}

copying v2.6.4's common/lib/python2.6/lib-dynload/readline.so into 2.6.5's directory seems to work -- at least no exceptions are raised upon importing readline.",defect,closed,normal,Haiku R1 Alpha2,dev-lang/python,,normal,fixed,,
