Staging
v0.5.1
https://github.com/python/cpython
Revision a7891718e1293dc9afa1dacb77a59f1895611f75 authored by Barry Warsaw on 01 August 1996, 15:53:09 UTC, committed by Barry Warsaw on 01 August 1996, 15:53:09 UTC
right thing.

(py-comment-region): let-bind comment-start to "## " so commented
regions get transformed into non-indenting comment lines.

(py-compute-region): Implement modification to rule for recognizing
"indenting comment lines".
1 parent e5b7b85
Raw File
Tip revision: a7891718e1293dc9afa1dacb77a59f1895611f75 authored by Barry Warsaw on 01 August 1996, 15:53:09 UTC
(py-mode): comment-start is now "# " so indent-for-comment does the
Tip revision: a789171
libbltin.tex
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}

This module provides direct access to all `built-in' identifiers of
Python; e.g. \code{__builtin__.open} is the full name for the built-in
function \code{open}.  See the section on Built-in Functions in the
previous chapter.
back to top