summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 53eb06b6..96163a01 100644
--- a/README
+++ b/README
@@ -74,9 +74,7 @@ Tabs for indentation, spaces for tables and such
 
 Use docstrings with pydoc in mind
 
-Use syntax compatible to both python 2.6 and 3.1. If your feature depends
-on 3.1, better display a message that indicates that when using 2.6 instead
-of letting the program crash.
+Use syntax compatible to both python 2.6 and 3.1.
 
 Version Numbering: X.Y.Z
 * X: milestones
b16e9f422f2d95271e6d4bf64dd9a03ea33'>efdc7b16 ^
a8f9cf2c ^

efdc7b16 ^










9a735f62 ^
efdc7b16 ^









a8f9cf2c ^

efdc7b16 ^


















a8f9cf2c ^

efdc7b16 ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101