File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 56
56
Regular expressions are a separate technology that is independent from Python. There are many resources available online.
57
57
</ details > < br >
58
58
59
- < details open > < summary > < strong > Why is there no old style string formating?</ strong > </ summary > < br >
60
- Because it is redundant and I don't want to encourage its use.
61
- </ details > < br >
62
-
63
59
< details open > < summary > < strong > Why is staticmethod decorator not covered in Class section?</ strong > </ summary > < br >
64
60
Because it is of very limited use and is easy to mix up with classmethod.
65
61
</ details > < br >
66
62
67
63
< details open > < summary > < strong > Why are descriptors not covered?</ strong > </ summary > < br >
68
64
Because property decorator is sufficient for everyday use.
69
- </ details > < br >
65
+ </ details > < br >
You can’t perform that action at this time.
0 commit comments