Skip to content

Commit 3e1d022

Browse files
rootroot
root
authored and
root
committedMay 14, 2023
ok
1 parent 46d5576 commit 3e1d022

File tree

29 files changed

+13774
-13748
lines changed

29 files changed

+13774
-13748
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
revision.py
1+
revision.py
22
demo/

‎Joe Smart.py

-1
This file was deleted.

‎MyFile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This is sample text
1+
This is sample text

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# PythonLearning
2-
This Repositoty contains notes of my self learning in Python
3-
Here I will write codes and understanding of my learning in python
1+
# PythonLearning
2+
This Repositoty contains notes of my self learning in Python
3+
Here I will write codes and understanding of my learning in python

‎__pycache__/test1.cpython-37.pyc

588 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
../../Scripts/2to3.exe,sha256=ugqwUjGv5EOBG6UxdufWjzk2fDbyJ9PIL2JO1U5mKkE,106367
2-
2to3-1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3-
2to3-1.0.dist-info/METADATA,sha256=Vz9uGTmkAm08u1_6JtYQkh_zpNS-2fbXaQai31O55dA,225
4-
2to3-1.0.dist-info/RECORD,,
5-
2to3-1.0.dist-info/WHEEL,sha256=cScVKDQXc_cp1jHmxFDq9fIOIg17a2BsmfS6J39H6Eo,97
6-
2to3-1.0.dist-info/entry_points.txt,sha256=f9L05-H-ugm41hcLaFfYY8uCJZ2b_1Bfv0fxxCX8NyU,49
7-
2to3-1.0.dist-info/top_level.txt,sha256=DiyEcyvVf2eP7PuBqSB76bdHXn7kYHjKkBX7oZ6Hy6s,9
8-
cmd_2to3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9-
cmd_2to3/__main__.py,sha256=C0ERZWjycXUMmyYQ67Eikye0xFZtrYQhLU-KtH23mco,117
10-
cmd_2to3/__pycache__/__init__.cpython-37.pyc,,
11-
cmd_2to3/__pycache__/__main__.cpython-37.pyc,,
1+
../../Scripts/2to3.exe,sha256=ugqwUjGv5EOBG6UxdufWjzk2fDbyJ9PIL2JO1U5mKkE,106367
2+
2to3-1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3+
2to3-1.0.dist-info/METADATA,sha256=Vz9uGTmkAm08u1_6JtYQkh_zpNS-2fbXaQai31O55dA,225
4+
2to3-1.0.dist-info/RECORD,,
5+
2to3-1.0.dist-info/WHEEL,sha256=cScVKDQXc_cp1jHmxFDq9fIOIg17a2BsmfS6J39H6Eo,97
6+
2to3-1.0.dist-info/entry_points.txt,sha256=f9L05-H-ugm41hcLaFfYY8uCJZ2b_1Bfv0fxxCX8NyU,49
7+
2to3-1.0.dist-info/top_level.txt,sha256=DiyEcyvVf2eP7PuBqSB76bdHXn7kYHjKkBX7oZ6Hy6s,9
8+
cmd_2to3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9+
cmd_2to3/__main__.py,sha256=C0ERZWjycXUMmyYQ67Eikye0xFZtrYQhLU-KtH23mco,117
10+
cmd_2to3/__pycache__/__init__.cpython-37.pyc,,
11+
cmd_2to3/__pycache__/__main__.cpython-37.pyc,,
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Wheel-Version: 1.0
2-
Generator: bdist_wheel (0.31.1)
3-
Root-Is-Purelib: true
4-
Tag: py3-none-any
5-
1+
Wheel-Version: 1.0
2+
Generator: bdist_wheel (0.31.1)
3+
Root-Is-Purelib: true
4+
Tag: py3-none-any
5+
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import sys
2-
from lib2to3.main import main as l2to3_main
3-
4-
5-
def main():
6-
sys.exit(l2to3_main("lib2to3.fixes"))
1+
import sys
2+
from lib2to3.main import main as l2to3_main
3+
4+
5+
def main():
6+
sys.exit(l2to3_main("lib2to3.fixes"))

‎demo/Lib/site-packages/pip-20.1.1.dist-info/RECORD

+743-743
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)