使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
pyenv
镜像自地址
https://github.com/pyenv/pyenv.git
关注
1
点赞
0
派生
0
代码
工单
0
项目
0
版本发布
240
百科
动态
浏览代码
v20160629
pull/648/head
v20160629
Josh Friend
10 年前
父节点
962c7827fb
当前提交
7d709586ee
找不到此签名对应的密钥
GPG 密钥 ID:
D027F3F8F237DD1C
共有
2 个文件被更改
,包括
3 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-1
CHANGELOG.md
+1
-1
libexec/pyenv---version
+ 2
- 1
CHANGELOG.md
查看文件
@ -1,7 +1,8 @@
## Version History
##
Unreleased
##
20160629
* python-build: Added CPython 2.7.12 (#645)
* python-build: Added PyPy 3.5.1 (#646)
* python-build: Added PyPy Portable 5.3.1
+ 1
- 1
libexec/pyenv---version
查看文件
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="2016062
8
"
version="2016062
9
"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
撰写
预览
正在加载...
取消
保存