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
7dc65d64
Commit
7dc65d64
authored
Feb 02, 2003
by
Walter Dörwald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
7f3ed746
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README
README
+5
-5
No files found.
README
View file @
7dc65d64
...
@@ -134,7 +134,7 @@ for patch submission may be found at http://www.python.org/patches/.
...
@@ -134,7 +134,7 @@ for patch submission may be found at http://www.python.org/patches/.
If you have a proposal to change Python, it's best to submit a Python
If you have a proposal to change Python, it's best to submit a Python
Enhancement Proposal (PEP) first. All current PEPs, as well as
Enhancement Proposal (PEP) first. All current PEPs, as well as
guidelines for submitting a new PEP, are list at
guidelines for submitting a new PEP, are list
ed
at
http://python.sourceforge.net/peps/.
http://python.sourceforge.net/peps/.
...
@@ -285,7 +285,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
...
@@ -285,7 +285,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
you need to first make sure that the library is available on
you need to first make sure that the library is available on
your system. Then, you need to instruct the dynamic loader how
your system. Then, you need to instruct the dynamic loader how
to find it. You can chose any of the following strategies:
to find it. You can cho
o
se any of the following strategies:
1. When compiling Python, set LD_RUN_PATH to the directories
1. When compiling Python, set LD_RUN_PATH to the directories
containing missing libraries.
containing missing libraries.
...
@@ -689,7 +689,7 @@ more, but the information below is not enough to write a patch for the
...
@@ -689,7 +689,7 @@ more, but the information below is not enough to write a patch for the
configure.in file, so manual intervention is required. If you patch
configure.in file, so manual intervention is required. If you patch
the configure.in file and are confident that the patch works, please
the configure.in file and are confident that the patch works, please
send in the patch. (Don't bother patching the configure script itself
send in the patch. (Don't bother patching the configure script itself
-- it is regenerated each the configure.in file changes.)
-- it is regenerated each t
ime t
he configure.in file changes.)
Compiler switches for threads
Compiler switches for threads
.............................
.............................
...
@@ -820,7 +820,7 @@ gprof(1):
...
@@ -820,7 +820,7 @@ gprof(1):
Note that on Linux, gprof apparently does not work for shared
Note that on Linux, gprof apparently does not work for shared
libraries. The Makefile/Setup mechanism can be used to compile and
libraries. The Makefile/Setup mechanism can be used to compile and
link most extension module statically.
link most extension module
s
statically.
Testing
Testing
...
...
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