Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4b25305d
Commit
4b25305d
authored
Sep 07, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix
parent
cfad72a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Misc/HISTORY
Misc/HISTORY
+1
-1
No files found.
Misc/HISTORY
View file @
4b25305d
...
...
@@ -11679,7 +11679,7 @@ Changes to the build process
-
The
way
GNU
readline
is
configured
is
totally
different
.
The
--with-readline
configure
option
is
gone
.
It
is
now
an
extension
module
,
which
may
be
loaded
dynamically
.
You
must
enable
it
(
and
specify
the
correct
li
n
raries
to
link
with
)
in
the
Modules
/
Setup
file
.
specify
the
correct
li
b
raries
to
link
with
)
in
the
Modules
/
Setup
file
.
Importing
the
module
installs
some
hooks
which
enable
command
line
editing
.
When
the
interpreter
shell
is
invoked
interactively
,
it
attempts
to
import
the
readline
module
;
when
this
fails
,
the
default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment