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
6d1706d8
Commit
6d1706d8
authored
Oct 27, 1998
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#Some minor changes in the commentary, obstensibly to test the new
#checkin script.
parent
adb5a64d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
Misc/python-mode.el
Misc/python-mode.el
+9
-8
No files found.
Misc/python-mode.el
View file @
6d1706d8
...
...
@@ -8,7 +8,7 @@
;; Created: Feb 1992
;; Keywords: python languages oop
(
defconst
py-version
"$Revision$
a
"
(
defconst
py-version
"$Revision$"
"`python-mode' version number."
)
;; This software is provided as-is, without express or implied
...
...
@@ -22,18 +22,19 @@
;; This is a major mode for editing Python programs. It was developed
;; by Tim Peters after an original idea by Michael A. Guravage. Tim
;; subsequently left the net; in 1995, Barry Warsaw inherited the mode
;; and is the current maintainer.
;; and is the current maintainer. Tim's now back but disavows all
;; responsibility for the mode. Smart Tim :-)
;; This version of python-mode.el is no longer compatible with Emacs
;; 18. I am striving to maintain compatibility with the X/Emacs 19
;; lineage but as time goes on that becomes more and more difficult.
;; I current recommend that you upgrade to the latest stable released
;; version of your favorite branch: Emacs 20.
2
or better, or XEmacs
;; 20.4 or better (
Emacs 20.3 and XEmacs 21.0 are in beta testing as
;;
of this writing 20-Aug-1998 but both appear to work fine with this
;;
version of python-mode.el). Even Windows users should be using a
t
;;
least NTEmacs 20.2, and XEmacs 21.0 will work very nicely o
n
;;
Windows when
it is released.
;; version of your favorite branch: Emacs 20.
3
or better, or XEmacs
;; 20.4 or better (
XEmacs 21.0 is in beta testing as of this writing
;;
27-Oct-1998 appears to work fine with this version of
;;
python-mode.el). Even Windows users should be using at leas
t
;;
NTEmacs 20.3, and XEmacs 21.0 will work very nicely on Windows whe
n
;; it is released.
;; FOR MORE INFORMATION:
...
...
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