From d6987bf53d05f39800626d5451bf9df96ab34ed3 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sun, 26 May 2019 13:44:56 +0800 Subject: [PATCH] PUB:20190503 API evolution the right way.md @MjSeven https://linux.cn/article-10900-1.html --- .../20190503 API evolution the right way.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {translated/tech => published}/20190503 API evolution the right way.md (99%) diff --git a/translated/tech/20190503 API evolution the right way.md b/published/20190503 API evolution the right way.md similarity index 99% rename from translated/tech/20190503 API evolution the right way.md rename to published/20190503 API evolution the right way.md index b8ef4f9911..069687be7a 100644 --- a/translated/tech/20190503 API evolution the right way.md +++ b/published/20190503 API evolution the right way.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (MjSeven) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-10900-1.html) [#]: subject: (API evolution the right way) [#]: via: (https://opensource.com/article/19/5/api-evolution-right-way) [#]: author: (A. Jesse https://opensource.com/users/emptysquare) @@ -58,7 +58,7 @@ def create_event(day, if end_time and not start_time: raise ValueError("Can't pass end_time without start_time") - # 女巫集会从午夜一直开到凌晨 4 点 +# 女巫集会从午夜一直开到凌晨 4 点 create_event(datetime.date.today(), datetime.time(0, 0), datetime.time(4, 0))