Brett Cannon
|
4b4e38e7d4
|
Mention __cached__ in the import ref.
|
2013-05-25 11:32:50 -04:00 |
Georg Brandl
|
44ea77bd81
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
Barry Warsaw
|
82c1c781c7
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
(actually, any non-string or non-bytes type).
|
2012-11-20 15:22:51 -05:00 |
Andrew Svetlov
|
e2cf03e499
|
Issue #16144: Fix misleading sentence in reference/import.
Patch by Manuel Pégourié-Gonnard
|
2012-11-15 16:28:21 +02:00 |
Nick Coghlan
|
1685db011d
|
s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous)
|
2012-08-20 13:49:08 +10:00 |
Georg Brandl
|
a81b481e3a
|
Fix markup errors and update pydoc topics.
|
2012-08-11 08:43:59 +02:00 |
Nick Coghlan
|
4941774f59
|
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue
|
2012-08-02 23:03:58 +10:00 |
Barry Warsaw
|
dadebab42c
|
Finally, a coherent set of terminology for all the lil' beasties involved.
|
2012-07-31 16:03:09 -04:00 |