]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
swallow_newline(): Removed function; not really needed. Modified all call
authorFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:05:35 +0000 (16:05 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:05:35 +0000 (16:05 +0000)
commit557460cb7a7b266c7b7a27abff26f483e495ffb4
treee8bde39742760db914b5074ec2f31abb3aa698b7
parent2383f6dbbc22585279ab54638015a46d29e6d7fd
swallow_newline():  Removed function; not really needed.  Modified all call
    sites.

do_cmd_ignorePlatformAnnotation(),
do_cmd_platform(),
do_cmd_platformof():  New functions to support platform dependency
      information.

process_all_platformofs():  New function to post-process \platformof macros
using information collected during the initial pass.

process_python_state():  New function. Call all post-processing functions
defined in this file to avoid having to have too much knowledge of
the internals for this stuff in l2hinit.perl.
Doc/perl/python.perl