← 返回首页
Remove compat.PY3 · gitpython-developers/GitPython@cedd332 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit cedd332

Browse files
authored andcommitted
Remove compat.PY3
1 parent 913b4ad commit cedd332

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎git/compat.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
)
2525

2626

27-
PY3 = sys.version_info[0] >= 3
2827
is_win = (os.name == 'nt')
2928
is_posix = (os.name == 'posix')
3029
is_darwin = (os.name == 'darwin')

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.