mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Use personal e-mail address
This commit is contained in:
parent
0e2e687ba0
commit
3adefccdcb
4 changed files with 4 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
A panel stack extension for curses.}
|
A panel stack extension for curses.}
|
||||||
|
|
||||||
\declaremodule{standard}{curses.panel}
|
\declaremodule{standard}{curses.panel}
|
||||||
\sectionauthor{A.M. Kuchling}{akuchlin@mems-exchange.org}
|
\sectionauthor{A.M. Kuchling}{amk@amk.ca}
|
||||||
\modulesynopsis{A panel stack extension that adds depth to
|
\modulesynopsis{A panel stack extension that adds depth to
|
||||||
curses windows.}
|
curses windows.}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Regular expression operations}
|
Regular expression operations}
|
||||||
\declaremodule{standard}{re}
|
\declaremodule{standard}{re}
|
||||||
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
|
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
|
||||||
\sectionauthor{Andrew M. Kuchling}{akuchlin@mems-exchange.org}
|
\sectionauthor{Andrew M. Kuchling}{amk@amk.ca}
|
||||||
|
|
||||||
|
|
||||||
\modulesynopsis{Regular expression search and match operations with a
|
\modulesynopsis{Regular expression search and match operations with a
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,7 @@
|
||||||
* Version 1.5b1, heavily extended for ncurses by Oliver Andrich:
|
* Version 1.5b1, heavily extended for ncurses by Oliver Andrich:
|
||||||
* Copyright 1996,1997 by Oliver Andrich, Koblenz, Germany.
|
* Copyright 1996,1997 by Oliver Andrich, Koblenz, Germany.
|
||||||
*
|
*
|
||||||
* Tidied for Python 1.6, and currently maintained by
|
* Tidied for Python 1.6, and currently maintained by <amk@amk.ca>.
|
||||||
* <akuchlin@mems-exchange.org>.
|
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining
|
* Permission is hereby granted, free of charge, to any person obtaining
|
||||||
* a copy of this source file to use, copy, modify, merge, or publish it
|
* a copy of this source file to use, copy, modify, merge, or publish it
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
/* See below for information about the original code this module was
|
/* See below for information about the original code this module was
|
||||||
based upon. Additional work performed by:
|
based upon. Additional work performed by:
|
||||||
|
|
||||||
Andrew Kuchling (akuchlin@mems-exchange.org)
|
Andrew Kuchling (amk@amk.ca)
|
||||||
Greg Stein (gstein@lyra.org)
|
Greg Stein (gstein@lyra.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue