Title: [227576] trunk/Websites/webkit.org
Revision
227576
Author
aakash_j...@apple.com
Date
2018-01-24 14:47:42 -0800 (Wed, 24 Jan 2018)

Log Message

Update code style guidelines for Python
https://bugs.webkit.org/show_bug.cgi?id=179387

Rubber-stamped by Alexey Proskuryakov.

* code-style.md:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (227575 => 227576)


--- trunk/Websites/webkit.org/ChangeLog	2018-01-24 22:43:11 UTC (rev 227575)
+++ trunk/Websites/webkit.org/ChangeLog	2018-01-24 22:47:42 UTC (rev 227576)
@@ -1,3 +1,12 @@
+2018-01-24  Aakash Jain  <aakash_j...@apple.com>
+
+        Update code style guidelines for Python
+        https://bugs.webkit.org/show_bug.cgi?id=179387
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        * code-style.md:
+
 2017-12-11  Dean Jackson  <d...@apple.com>
 
         Add a runtime feature flag for ImageBitmap and OffscreenCanvas

Modified: trunk/Websites/webkit.org/code-style.md (227575 => 227576)


--- trunk/Websites/webkit.org/code-style.md	2018-01-24 22:43:11 UTC (rev 227575)
+++ trunk/Websites/webkit.org/code-style.md	2018-01-24 22:47:42 UTC (rev 227576)
@@ -1325,3 +1325,7 @@
     virtual String description() { ... }; // This is incorrect because it uses the "virtual" keyword to indicate that the method is overridden.
 }
 ```
+
+### Python
+
+[](#python) For Python use PEP8 style.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to