Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
eb5ab230
Commit
eb5ab230
authored
Apr 13, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix
parent
71d869b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+1
-1
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
eb5ab230
...
@@ -352,7 +352,7 @@ implementation in a new module, \module{runpy}.
...
@@ -352,7 +352,7 @@ implementation in a new module, \module{runpy}.
The
\module
{
runpy
}
module implements a more sophisticated import
The
\module
{
runpy
}
module implements a more sophisticated import
mechanism so that it's now possible to run modules in a package such
mechanism so that it's now possible to run modules in a package such
as
\module
{
pychecker.checker
}
. The module also supports alternative
as
\module
{
pychecker.checker
}
. The module also supports alternative
import mechanisms such as the
\module
{
zipimport
}
module.
(
This means
import mechanisms such as the
\module
{
zipimport
}
module. This means
you can add a .zip archive's path to
\code
{
sys.path
}
and then use the
you can add a .zip archive's path to
\code
{
sys.path
}
and then use the
\programopt
{
-m
}
switch to execute code from the archive.
\programopt
{
-m
}
switch to execute code from the archive.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment