瀏覽代碼

Add unicode comments.

Jelmer Vernooij 7 年之前
父節點
當前提交
a90f7842b5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dulwich/porcelain.py

+ 2 - 0
dulwich/porcelain.py

@@ -50,6 +50,8 @@ Currently implemented:
 
 These functions are meant to behave similarly to the git subcommands.
 Differences in behaviour are considered bugs.
+
+Functions should generally accept both unicode strings and bytestrings
 """
 
 from collections import namedtuple