Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40f19e3

Browse files
committed
Update for 2.3b1
Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
1 parent d198f38 commit 40f19e3

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

Lib/idlelib/CREDITS.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Hernan Foffani, Christos Georgiou, Jason Orendorff, Josh Robb, and Bruce
2424
Sherwood have submitted useful patches. Thanks, guys!
2525

2626
There are others who should be included here, especially those who contributed
27-
to IDLE versions prior to 0.8, principally Mark Hammond, Tim Peters, and Moshe
28-
Zadka. For additional details refer to NEWS.txt and Changelog.
27+
to IDLE versions prior to 0.8, principally Mark Hammond, Jeremy Hylton,
28+
Tim Peters, and Moshe Zadka. For additional details refer to NEWS.txt and
29+
Changelog.
2930

3031
Please contact the IDLEfork maintainer to have yourself included here if you
3132
are one of those we missed!

Lib/idlelib/INSTALL.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,36 @@ IDLEfork-0.9xx.win32.exe
1212
point your launcher icons at it. Installation is as idlefork
1313
to avoid conflict with the original Python IDLE.
1414

15-
IDLEfork-0.9xx-1.noarch.rpm
16-
This is an rpm which is designed to install as idleforklib in the
17-
/usr/lib/python2.2 tree created by the Python2 rpm. It requires
18-
python2 and python2-tkinter rpms. It installs as idlefork to avoid
15+
IDLEfork-0.9xx-1.noarch.rpm
16+
This is an rpm which is designed to install as idleforklib in an
17+
existing /usr/lib/python2.2 tree. It installs as idlefork to avoid
1918
conflict with Python IDLE.
2019

21-
The Python2 rpm is designed to work with Redhat systems prior to Rev 8.
22-
It is available at http://www.python.org/2.2.2/rpms.html and
23-
http://www.python.org/2.2.1/rpms.html . See the warning/explanation
24-
on the latter web page, which discusses the reason for python2.
20+
Python rpms are available at http://www.python.org/2.2.2/rpms.html and
21+
http://www.python.org/2.2.1/rpms.html.
2522

2623
IDLEfork-0.9xx.tar.gz
2724
This is a distutils sdist (source) tarfile which can be used to make
2825
installations on platforms not supported by the above files.
2926
** It remains configured to install as idlelib, not idleforklib. **
3027

3128
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
32-
<python setup.py install> to install in ....site-packages/idlelib.
29+
"python setup.py install" to install in ....site-packages/idlelib.
3330
This will overwrite the Python IDLE installation.
3431

3532
If you don't want to overwrite Python IDLE, it is also possible to
36-
simply call <python idle.py> to run from the IDLEfork source directory
33+
simply call "python idle.py" to run from the IDLEfork source directory
3734
without making an installation. In this case, IDLE will not be on
3835
your PATH unless you are in the source directory. Also, it is then
3936
advisable to remove any Python IDLE installation by removing
4037
..../site-packages/idlelib so the two identically named packages don't
4138
conflict.
4239

40+
On Redhat Linux systems prior to 8.0, /usr/bin/python may be pointing
41+
at python1.5. If so, change the first line in the /usr/bin/idle
42+
script to read:
43+
!# /usr/bin/python2.2
44+
4345
See README.txt for more details on this version of IDLEfork.
4446

4547

Lib/idlelib/NEWS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
IDLEfork NEWS
33
+++++++++++++
44

5-
What's New in IDLEfork 0.9 Alpha 3?
5+
What's New in IDLEfork?
66
===================================
77

8-
*Release date: xx-xxx-2003*
8+
*Release date: 25-Apr-2003*
99

1010
- Implemented the 'interrupt' extension module, which allows a subthread
1111
to raise a KeyboardInterrupt in the main thread.

Lib/idlelib/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bdist_rpm]
22
release = 1
33
packager = Kurt B. Kaiser <[email protected]>
4-
requires = python2, python2-tkinter
4+

0 commit comments

Comments
 (0)