NOTE
: Numpy issue tracking has moved onto Github:
https://github.com/numpy/numpy/issues
All new bug reports etc. should be made on that site.
Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
SandBox
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/09/06 16:10:50 (
7 years
ago)
Author:
anonymous
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SandBox
v1
v2
4
4
5
5
Go ahead, edit it freely.
6
7
Wiki Tips:
8
9
This Wiki knows how to highlight Python code:
10
{{{
11
#!python
12
from earth import ultimate
13
def answer(question):
14
if question is ultimate:
15
return 42
16
}}}