回答編集履歴
4
追記
answer
CHANGED
@@ -2,4 +2,8 @@
|
|
2
2
|
ここです。
|
3
3
|
|
4
4
|
print はここです。
|
5
|
-
[builtin_print(PyObject *self, PyObject *args, PyObject *kwds)](https://hg.python.org/cpython/file/2.7/Python/bltinmodule.c#l1580)
|
5
|
+
[builtin_print(PyObject *self, PyObject *args, PyObject *kwds)](https://hg.python.org/cpython/file/2.7/Python/bltinmodule.c#l1580)
|
6
|
+
|
7
|
+
また Git を使ってソースを見るのは難しくありません。
|
8
|
+
[いまさら聞けないgitの使い方](https://qiita.com/mountcedar/items/682743c95fd3b8fc274b)
|
9
|
+
適当なディレクトリをカレントにして git clone すればそこにソースをダウンロードしてくれます。
|
3
修正
answer
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
ここです。
|
3
3
|
|
4
4
|
print はここです。
|
5
|
-
[
|
5
|
+
[builtin_print(PyObject *self, PyObject *args, PyObject *kwds)](https://hg.python.org/cpython/file/2.7/Python/bltinmodule.c#l1580)
|
2
修正
answer
CHANGED
@@ -1,2 +1,5 @@
|
|
1
1
|
[Mercurial > cpython](https://hg.python.org/cpython/file/2.7)
|
2
|
-
ここです。
|
2
|
+
ここです。
|
3
|
+
|
4
|
+
print はここです。
|
5
|
+
[view Python/bltinmodule.c @ 106495:54c93e0fe79b 2.7](https://hg.python.org/cpython/file/2.7/Python/bltinmodule.c)
|
1
修正
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
[Mercurial > cpython](https://hg.python.org/cpython)
|
1
|
+
[Mercurial > cpython](https://hg.python.org/cpython/file/2.7)
|
2
2
|
ここです。
|