Staging
v0.5.1
https://github.com/python/cpython
Revision 207e57b617219c8c4a0b07d843b1361b60827530 authored by Fred Drake on 15 December 1997, 21:37:45 UTC, committed by Fred Drake on 15 December 1997, 21:37:45 UTC
used to add index references for built-in and standard modules, respectively.

Modified \bimodindex{} and \stmodindex{} to make the page number bold, to
allow the defining instance of a module to stand out in the index.

Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be
made as fixes are applied.  Misc. indexing updates will occur as a side
effect in some cases.
1 parent d9dbfbd
Raw File
Tip revision: 207e57b617219c8c4a0b07d843b1361b60827530 authored by Fred Drake on 15 December 1997, 21:37:45 UTC
Added definitions of \refbimodindex{} and \refstmodindex{}, which should be
Tip revision: 207e57b
Setup.thread.in
# This file is transmogrified into Setup.thread by config.status.

# Its purpose is to automatically enable the thread module when the
# --with-thread argument is given to the configure script.

# *NOTE*: if the configure script decides it can't support threads,
# the thread module will still be enabled and cause compile errors.
# The solution is not to use --with-thread on platforms that don't
# support threads.

@USE_THREAD_MODULE@thread threadmodule.c
back to top