You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/08 02:06:51 UTC

svn commit: r1729064 - /comdev/reporter.apache.org/trunk/scripts/pmcdates.py

Author: sebb
Date: Mon Feb  8 01:06:51 2016
New Revision: 1729064

URL: http://svn.apache.org/viewvc?rev=1729064&view=rev
Log:
Explain message

Modified:
    comdev/reporter.apache.org/trunk/scripts/pmcdates.py

Modified: comdev/reporter.apache.org/trunk/scripts/pmcdates.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/pmcdates.py?rev=1729064&r1=1729063&r2=1729064&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/pmcdates.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/pmcdates.py Mon Feb  8 01:06:51 2016
@@ -48,7 +48,7 @@ for pmc in sorted(pmcdates):
         pmcdates[pmc]['pmc'].insert(2, earliest)
     else:
         pmcdates[pmc]['pmc'].insert(2, 0)
-        print(time.strftime('%Y-%m-%d = %m/%Y',time.gmtime(earliest)),startdate, pmc)
+        print(time.strftime('Earliest date seen: %Y-%m-%d (i.e. %m/%Y)',time.gmtime(earliest)),'<=>', startdate, pmc)
     
 print("Writing " + __PMCDATES)
 with open(__PMCDATES, "w", encoding='utf-8') as f: