[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torspec/master] Making BucketName a positional argument



commit c34b62c97199634b9ec69f6f96aeece1a22df3b2
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date:   Mon Feb 11 08:29:43 2013 -0800

    Making BucketName a positional argument
    
    Keyword arguments tend to always be optional, but Karsten made BucketName
    mandatory. Conventionally mandatory args are positional so swapping to that.
---
 proposals/218-usage-controller-events.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/proposals/218-usage-controller-events.txt b/proposals/218-usage-controller-events.txt
index 6a456eb..bf0aa8c 100644
--- a/proposals/218-usage-controller-events.txt
+++ b/proposals/218-usage-controller-events.txt
@@ -121,7 +121,7 @@ Target: 0.2.5.x
 5.5. Token buckets refilled
 
   The syntax is:
-     "650" SP "TB_EMPTY" SP "BUCKET=" BucketName [ SP "ID=" ConnID ]
+     "650" SP "TB_EMPTY" SP BucketName [ SP "ID=" ConnID ]
               [ SP "READ=" ReadBucketEmpty ]
               [ SP "WRITTEN=" WriteBucketEmpty ]
               [ SP "LAST=" LastRefill ] CRLF



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits