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
841edad4
Commit
841edad4
authored
Nov 30, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #4407: Fix source file that caused the compileall step in Windows
installer to fail.
parent
779281ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Lib/test/crashers/iter.py
Lib/test/crashers/iter.py
+1
-1
Misc/NEWS
Misc/NEWS
+6
-0
No files found.
Lib/test/crashers/iter.py
View file @
841edad4
...
@@ -46,7 +46,7 @@ def case8():
...
@@ -46,7 +46,7 @@ def case8():
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
if
len
(
sys
.
argv
)
<
2
:
if
len
(
sys
.
argv
)
<
2
:
print
__doc__
.
replace
(
'<N>'
,
str
(
N
))
print
(
__doc__
.
replace
(
'<N>'
,
str
(
N
)
))
else
:
else
:
n
=
int
(
sys
.
argv
[
1
])
n
=
int
(
sys
.
argv
[
1
])
func
=
globals
()[
'case%d'
%
n
]
func
=
globals
()[
'case%d'
%
n
]
...
...
Misc/NEWS
View file @
841edad4
...
@@ -47,6 +47,12 @@ Library
...
@@ -47,6 +47,12 @@ Library
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
fail to properly display the error message.
fail to properly display the error message.
Build
-----
- Issue #4407: Fix source file that caused the compileall step in Windows installer
to fail.
Docs
Docs
----
----
...
...
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