p.3 |
$ sudo chmod -R 0775 /usr/local
$ sudo chgrp -R bpbook /usr/local |
(削除) |
1 |
2 |
|
p.21 |
行末除去は複数行リテラルにも影響するのでは? |
(要検討) |
1 |
修正しない |
|
p.40 |
bpbook@127.0.0.1:~/ |
bpbook@127.0.0.1: |
2 |
- |
|
p.60 |
djanog |
django |
1 |
2 |
|
p.84 |
os.path.insert |
sys.path.insert |
1 |
2 |
|
p.117 |
def test_withdraw(self):
のテストが2回書かれているがテストコードが全く同じ |
片方を削除 |
1 |
2 |
|
p.120 |
m.somthing.call_args |
m.something.call_args |
1 |
2 |
|
p.132 |
def _makeOne |
def _makeOne(): |
1 |
2 |
|
p.133 |
elif method = "POST: |
elif method == "POST": |
1 |
- |
|
p.143 |
bdsit_egg |
bdist_egg |
1 |
2 |
|
p.159 |
pip の -E オプションが無くなった |
脚注で対応できるかどうか |
1 |
2 |
|
p.212 |
$ hg |
$ hg branch t5 |
1 |
2 |
|
p.225 |
画面z下の |
画面下の |
1 |
2 |
|
p.238 |
datasとあるがdataが既に複数形。単数はdatum。 |
data -> datum, datas -> data |
1,2 |
- |
|
p.253 |
Google App Engin |
Google App Engine |
1 |
- |
|
p.311 |
Pythonではcron.xml |
Pythonではcron.yaml |
1 |
- |
|
p.323 |
name = l[1] # u'feiz' |
name = l[1] # u'spam' |
1 |
2 |
|
p.323 |
comment = l[2] # u'ふぇ' |
comment = l[2] # u'SPAM' |
1 |
2 |
|
p.350 |
$ python manage.py startapp polls |
(削除) |
1 |
修正しない |
|
p.351 |
# coding: utf-8 |
# encoding: utf-8 |
1 |
2 |
|
p.354 |
・detamigration |
・datamigration |
1 |
2 |
|
p.405 |
bpbook |
bpbook example. |
1 |
2 |
|
p.436 |
31 |
361 |
1 |
2 |
|
p.443 |
ASP |
SAP |
1 |
2 |
|
|
|
|
|
|
|