{
  "revisions": [
    {
      "comment": "Question Unprotected  by NullUserException&#9830;",
      "creation_date": 1353254790,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "6a057af7-48e7-49fe-8e99-757c2345f220",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 396458,
        "user_type": "moderator",
        "display_name": "NullUserException",
        "reputation": 36764,
        "email_hash": "16961c15df3fee8c4b3056ff83d1938b"
      },
      "post_id": 101268
    },
    {
      "comment": "Notice added  Historical significance by Bill the Lizard&#9830;",
      "creation_date": 1331337287,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "985dc44e-b566-45c9-95df-075b499b8640",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 1288,
        "user_type": "moderator",
        "display_name": "Bill the Lizard",
        "reputation": 115152,
        "email_hash": "fc763c6ff6c160ddad05741e87e517b6"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Locked  by Bill the Lizard&#9830;",
      "creation_date": 1331337287,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "2268b3e8-29f0-455b-a950-9994987ea5dd",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 1288,
        "user_type": "moderator",
        "display_name": "Bill the Lizard",
        "reputation": 115152,
        "email_hash": "fc763c6ff6c160ddad05741e87e517b6"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Closed as \"not constructive\"  by David, Cody Gray, casperOne&#9830;",
      "creation_date": 1329768589,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "525c233c-8ef8-4f60-861f-8117a8dfc6f2",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 50776,
        "user_type": "moderator",
        "display_name": "casperOne",
        "reputation": 44737,
        "email_hash": "1b2b5d5007262ea3f9e21ab5b15f8b75"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas / Dangers of Mutable Default arguments</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "added 39 characters in body",
      "creation_date": 1323434087,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "e6356c5e-f40d-4fd4-a8af-92def81f4037",
      "revision_number": 25,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 667301,
        "user_type": "registered",
        "display_name": "Mike Pennington",
        "reputation": 12148,
        "email_hash": "ce84c3fb1d8cbce03a2f03f0011f52d3"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "Since simle anchors doesn&#39;t work for answers on pages from 2nd and further - I converted link into permalink provided by stackoverflow under each of the answers. Possibly each of the links should be converted as well.",
      "creation_date": 1317977092,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "d4294f15-c27a-4987-91c0-0adfbeab1d3e",
      "revision_number": 24,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 38592,
        "user_type": "registered",
        "display_name": "myroslav",
        "reputation": 1385,
        "email_hash": "aad6e053271dd995e9002a699063cfab"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "Removed unnecessary wink face.",
      "creation_date": 1317947660,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "64888cde-0273-489e-8974-ebb8ab78c9c4",
      "revision_number": 23,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 847890,
        "user_type": "registered",
        "display_name": "Mahnax",
        "reputation": 439,
        "email_hash": "717858de3450d8402cbcd8688dae781b"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "deleted 182 characters in body",
      "creation_date": 1317329827,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113198#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "1c56dec9-b4b5-4031-9778-8088cb779bd3",
      "revision_number": 22,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 464257,
        "user_type": "registered",
        "display_name": "Shaz",
        "reputation": 5733,
        "email_hash": "4631ea73df2b34fe438a1c54870b3935"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113198#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "sorted the list. removed &quot;Default Argument Gotchas&quot;: it&#39;s not a &quot;useful feature,&quot; and its content is very similar to the first answer to &quot;Python 2.x gotcha&#39;s and landmines&quot; http://stackoverflow.com/questions/530530/python-2-x-gotchas-and-landmines",
      "creation_date": 1315156825,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "a82f47f5-1158-4269-b85b-87cbbd61e976",
      "revision_number": 21,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 18804,
        "user_type": "registered",
        "display_name": "philant",
        "reputation": 14252,
        "email_hash": "058ed9c852869d7557262a8d2ce8783b"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n</ul>\n",
      "comment": "sorted the list. removed &quot;Default Argument Gotchas&quot;: it&#39;s not a &quot;useful feature,&quot; and its content is very similar to the first answer to &quot;Python 2.x gotcha&#39;s and landmines&quot; http://stackoverflow.com/questions/530530/python-2-x-gotchas-and-landmines",
      "creation_date": 1315156825,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113198#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Using the Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n</ul>\n\n<p>(note: This listing is not yet complete)</p>\n",
      "last_tags": [],
      "revision_guid": "cf2e2e70-4e12-4a99-9fb4-073396231cb7",
      "revision_number": 20,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 915044,
        "user_type": "registered",
        "display_name": "TomRoche",
        "reputation": 93,
        "email_hash": "7dfc0f59d3bd13e7eb692fac1586d458"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n\n<h2>Quick links to answers:</h2>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101945#101945\">Chaining Comparison Operators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/143636#143636\">Regex Debugging</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101310#101310\">Generator expressions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102202#102202\">Function as iter() argument</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/117116#117116\">Enumeration</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101739#101739\">Sending to Generators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101447#101447\">Decorators</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112286#112286\"><code>__missing__</code> items</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101840#101840\">List stepping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101537#101537\">Multi-line Regex</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112303#112303\">Braces ;)</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114420#114420\">For/else</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102037#102037\">In Place Value Swapping</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113198#113198\">Default Argument Gotchas</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102065#102065\">Docstring Tests</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/109182#109182\"><code>with</code> statement</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/102062#102062\">Descriptors</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111176#111176\">Argument Unpacking</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/111970#111970\">Dictionary default <code>.get</code> value</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/108297#108297\">New types at runtime</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/116480#116480\">Using the Ternary Expression</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113164#113164\">Named string formatting</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/113833#113833\"><code>.pth</code> files</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/168270#168270\">Tab Completion in Interactive Interpreter</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/1024693#1024693\">ROT13 Encoding</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101276#101276\"><code>import this</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/114157#114157\"><code>try/except/else</code></a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/101549#101549\">Nested list/generator comprehensions</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/112316#112316\">Ellipsis Slicing Syntax</a></li>\n<li><a href=\"http://stackoverflow.com/questions/101268/hidden-features-of-python/3267903#3267903\">Unpacking+<code>print()</code> function</a></li>\n</ul>\n\n<p>(note: This listing is not yet complete)</p>\n",
      "comment": "added Quick links to answers",
      "creation_date": 1313571957,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "9e029d8d-8e2b-4552-92dc-d400143f0e29",
      "revision_number": 19,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 64672,
        "user_type": "registered",
        "display_name": "compie",
        "reputation": 3337,
        "email_hash": "91f5c1655f37caf7fc40966c79567375"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Reopened  by Will Harris, Philipp, mob, Andrey, Juliano",
      "creation_date": 1279475498,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "aad9dde7-e52e-42bb-be03-76aee1048803",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Closed as \"not a real question\"  by dmckee, Roger Pate, bmargulies, John Saunders, Powerlord",
      "creation_date": 1279313340,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "aae7bd69-7b3e-4a30-8f2b-43e3144b0bfb",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 101268
    },
    {
      "comment": "Question Protected  by Will&#9830;",
      "creation_date": 1279248858,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "2773f7e2-df9d-4d53-bc7e-d6734c0b0da6",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 1228,
        "user_type": "moderator",
        "display_name": "Will",
        "reputation": 65094,
        "email_hash": "3568876d79f0551ec5d77652eb8ae9ef"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core.</li>\n<li>One feature per answer.</li>\n<li>Give an example and short description of the feature, not just a link to documentation.</li>\n<li>Label the feature using a title as the first line.</li>\n</ul>\n",
      "comment": "we don&#39;t need this list here",
      "creation_date": 1279161757,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br />\n<a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden Features of Ruby</a><br /></p>\n",
      "last_tags": [
        "python",
        "subjective",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_guid": "4045c49d-d4fb-4b27-8bcb-f5fc64454ab8",
      "revision_number": 18,
      "tags": [
        "python",
        "hidden-features"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "post_id": 101268
    },
    {
      "comment": "Post Reopened  by Ben Hoffstein, missingfaktor, OscarRyz, Fabian Steeg, Konrad Rudolph",
      "creation_date": 1279139764,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "dbfdde15-6aa5-4de3-9293-182d3a7119c9",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br />\n<a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden Features of Ruby</a><br /></p>\n",
      "comment": "Rollback to Revision 15",
      "creation_date": 1279139472,
      "is_question": true,
      "is_rollback": true,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "51d5ae9f-b01a-45d0-8dcd-40e647ebce31",
      "revision_number": 17,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 192247,
        "user_type": "registered",
        "display_name": "missingfaktor",
        "reputation": 36641,
        "email_hash": "c0d05079573ef8373cd044f0d6b14b03"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Closed as \"not a real question\"  by Ether, redsquare, Mark Elliot, voyager, sth",
      "creation_date": 1279136942,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "f4360005-c6c0-4dc2-b4bf-f72f564fec7a",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n",
      "comment": "There are 114 questions tagged hidden-features: we are not going to list them all here",
      "creation_date": 1276702401,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br />\n<a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden Features of Ruby</a><br /></p>\n",
      "last_tags": [],
      "revision_guid": "006de710-928c-485d-81e0-cf1a5af3e035",
      "revision_number": 16,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 12855,
        "user_type": "registered",
        "display_name": "SilentGhost",
        "reputation": 61835,
        "email_hash": "e6488132d206883770017ba97d0f521f"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br />\n<a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden Features of Ruby</a><br /></p>\n",
      "comment": "added hidden-features of Ruby",
      "creation_date": 1276702264,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br /></p>\n",
      "last_tags": [
        "subjective",
        "python",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_guid": "07ffbd3b-4bbb-4c57-8974-d643db967151",
      "revision_number": 15,
      "tags": [
        "python",
        "subjective",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 344286,
        "user_type": "registered",
        "display_name": "Wayne Werner",
        "reputation": 7296,
        "email_hash": "3827b2facd01ed6a64a96df00d4b877a"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br /></p>\n",
      "comment": "deleted 38 characters in body",
      "creation_date": 1271347648,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br /></p>\n",
      "last_tags": [],
      "revision_guid": "9cfb03d0-d9b7-417d-b00b-56ff582130c9",
      "revision_number": 14,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 314922,
        "user_type": "registered",
        "display_name": "Personman",
        "reputation": 449,
        "email_hash": "37fda62ccc7749266c51eec1c15b8f30"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br />\n<a href=\"http://stackoverflow.com/questions/1025181/hidden-features-of-scala\">Hidden Features of Scala</a><br /></p>\n",
      "comment": "added 115 characters in body",
      "creation_date": 1270010633,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br /></p>\n",
      "last_tags": [],
      "revision_guid": "ab9ae6f2-38f1-4aaf-b896-72486922b4e5",
      "revision_number": 13,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 45935,
        "user_type": "registered",
        "display_name": "Jim Ferrans",
        "reputation": 11584,
        "email_hash": "76eb040bed8dc544b5b71aeb2d1a81ad"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/161872\">Hidden Features of Perl</a><br /></p>\n",
      "comment": "added Perl hidden features to list for reference",
      "creation_date": 1269435733,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br /></p>\n",
      "last_tags": [],
      "revision_guid": "ce02c9ac-0f83-42c5-9207-7b395cc522c3",
      "revision_number": 12,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 12195,
        "user_type": "registered",
        "display_name": "draegtun",
        "reputation": 15593,
        "email_hash": "29cb106071d163d703484e63839d89cb"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language?</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br /></p>\n",
      "comment": "Add question mark.",
      "creation_date": 1265821459,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br /></p>\n",
      "last_tags": [],
      "revision_guid": "571fa105-9d6b-4555-929b-1a26f91b27b7",
      "revision_number": 11,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 223433,
        "user_type": "registered",
        "display_name": "Eric Seppanen",
        "reputation": 2679,
        "email_hash": "4d41750c24f7f46d6f6b29bada1d2c4b"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>This question is along the lines of :</p>\n\n<p><a href=\"http://stackoverflow.com/questions/61088\">Hidden Features of JavaScript</a><br />\n<a href=\"http://stackoverflow.com/questions/628407\">Hidden Features of CSS</a><br/>\n<a href=\"http://stackoverflow.com/questions/9033\">Hidden Features of C#</a><br />\n<a href=\"http://stackoverflow.com/questions/102084\">Hidden Features of VB.Net</a><br />\n<a href=\"http://stackoverflow.com/questions/15496\">Hidden Features of Java</a><br />\n<a href=\"http://stackoverflow.com/questions/54929\">Hidden Features of ASP.NET</a><br />\n<a href=\"http://stackoverflow.com/questions/101268\">Hidden Features of Python</a><br />\n<a href=\"http://stackoverflow.com/questions/605439\">Hidden Features of TextPad</a><br/>\n<a href=\"http://stackoverflow.com/questions/54886\">Hidden Features of Eclipse</a><br />\n<a href=\"http://stackoverflow.com/questions/954327\">Hidden Features of JavaScript</a><br /></p>\n",
      "comment": "added 923 characters in body; edited tags",
      "creation_date": 1263481239,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n",
      "last_tags": [
        "subjective",
        "python",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_guid": "ef794b1f-5639-44ea-9b79-604fff0600d5",
      "revision_number": 10,
      "tags": [
        "subjective",
        "python",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 129322,
        "user_type": "registered",
        "display_name": "Fabian Jakobs",
        "reputation": 4485,
        "email_hash": "a6d98536d90d2987d40a6abe731805ca"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n",
      "comment": "related list all the post.so removed related item in qn",
      "creation_date": 1238665882,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n<li><a href=\"http://stackoverflow.com/questions/102084/hidden-features-of-vbnet\">Hidden features of VB.Net</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "1ba4b08b-31ec-46e4-b80a-26915d1719ea",
      "revision_number": 9,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 22076,
        "user_type": "registered",
        "display_name": "yesraaj",
        "reputation": 10767,
        "email_hash": "f764e60e95b149fd9fbfc6ddf241d872"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of the Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n<li><a href=\"http://stackoverflow.com/questions/102084/hidden-features-of-vbnet\">Hidden features of VB.Net</a></li>\n</ul>\n",
      "comment": "fixed grammar",
      "creation_date": 1237996694,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n<li><a href=\"http://stackoverflow.com/questions/102084/hidden-features-of-vbnet\">Hidden features of VB.Net</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "79476c50-859f-48ea-8ed1-e9fba4703d2a",
      "revision_number": 8,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 259,
        "user_type": "registered",
        "display_name": "David Sykes",
        "reputation": 7107,
        "email_hash": "0c95a3798d9a008b6c29605b8f15b47a"
      },
      "post_id": 101268
    },
    {
      "comment": "Included easter-eggs in tags, since the tag is applicable.",
      "creation_date": 1235558083,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [
        "subjective",
        "python",
        "hidden-features"
      ],
      "revision_guid": "8459aeef-be59-4549-aa34-38a360a6593c",
      "revision_number": 7,
      "tags": [
        "subjective",
        "python",
        "hidden-features",
        "easter-eggs"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 50049,
        "user_type": "moderator",
        "display_name": "Tim Post",
        "reputation": 18970,
        "email_hash": "84432a12912341ff38e157b3d2f4d145"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n<li><a href=\"http://stackoverflow.com/questions/102084/hidden-features-of-vbnet\">Hidden features of VB.Net</a></li>\n</ul>\n",
      "comment": "Added hiddent features of vb.net",
      "creation_date": 1224214901,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "c8fe56f4-6a39-474b-8d39-4a061cea2de8",
      "revision_number": 6,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 13990,
        "user_type": "registered",
        "display_name": "torial",
        "reputation": 9446,
        "email_hash": "1bde1209e062acc9c23d77b63a954051"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n<li><a href=\"http://stackoverflow.com/questions/161872/hidden-features-of-perl\">Hidden features of Perl</a></li>\n</ul>\n",
      "comment": "Added Perl to the list",
      "creation_date": 1222990543,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n</ul>\n",
      "last_tags": [],
      "revision_guid": "f0e4d577-5850-479d-8cf7-56290c54e4ba",
      "revision_number": 5,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 21632,
        "user_type": "registered",
        "display_name": "Adam Bellaire",
        "reputation": 35178,
        "email_hash": "b7b7883a31427dbf51a6235e2046e169"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/132241/hidden-features-of-c\">Hidden features of C</a></li>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n</ul>\n",
      "comment": "added the &quot;Hidden features of C&quot; question",
      "creation_date": 1222367511,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n</ul>\n",
      "last_tags": [
        "python",
        "subjective",
        "hidden-features"
      ],
      "revision_guid": "d3d5429d-95e9-438c-b033-0b40a3a2e436",
      "revision_number": 4,
      "tags": [
        "subjective",
        "python",
        "hidden-features"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 9567,
        "user_type": "registered",
        "display_name": "Torsten Marek",
        "reputation": 21341,
        "email_hash": "5f066058675037dbbbae6665037b5fb5"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61401/hidden-features-of-php\">Hidden features of PHP</a></li>\n</ul>\n",
      "comment": "Adde3d hidden features of PHP",
      "creation_date": 1221833948,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a> </li>\n</ul>\n",
      "last_tags": [
        "python",
        "hidden-features",
        "subjective"
      ],
      "revision_guid": "f90cf53b-544b-41b6-b38a-b1c34764fe1e",
      "revision_number": 3,
      "tags": [
        "python",
        "subjective",
        "hidden-features"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 5056,
        "user_type": "registered",
        "display_name": "George Mauer",
        "reputation": 17265,
        "email_hash": "315b95cdcac83705c10ea14e239aeaf5"
      },
      "post_id": 101268
    },
    {
      "comment": "added tag subjective",
      "creation_date": 1221830780,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [
        "python",
        "hidden-features"
      ],
      "revision_guid": "da41f3aa-3254-4373-878c-9f7e107ecac0",
      "revision_number": 2,
      "tags": [
        "python",
        "hidden-features",
        "subjective"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 4279,
        "user_type": "registered",
        "display_name": "J.F. Sebastian",
        "reputation": 73966,
        "email_hash": "d92ce60d3a4cbe03598e27c2e8dee69d"
      },
      "post_id": 101268
    },
    {
      "body": "<p>What are the lesser-known but useful features of Python programming language.</p>\n\n<ul>\n<li>Try to limit answers to Python core</li>\n<li>One feature per answer</li>\n<li>Give an example and short description of the feature, not just a link to documentation</li>\n<li>Label the feature using bold title as the first line</li>\n</ul>\n\n<p>See also:</p>\n\n<ul>\n<li><a href=\"http://stackoverflow.com/questions/9033/hidden-features-of-c\">Hidden features of C#</a></li>\n<li><a href=\"http://stackoverflow.com/questions/75538/hidden-features-of-c\">Hidden features of C++</a></li>\n<li><a href=\"http://stackoverflow.com/questions/15496/hidden-features-of-java\">Hidden features of Java</a></li>\n<li><a href=\"http://stackoverflow.com/questions/61088/hidden-features-of-javascript\">Hidden features of JavaScript</a></li>\n<li><a href=\"http://stackoverflow.com/questions/63998/hidden-features-of-ruby\">Hidden features of Ruby</a> </li>\n</ul>\n",
      "comment": "",
      "creation_date": 1221825036,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "7004a062-721d-4929-85d5-75d32677a420",
      "revision_number": 1,
      "tags": [
        "python",
        "hidden-features"
      ],
      "title": "Hidden features of Python",
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 2679,
        "user_type": "registered",
        "display_name": "jelovirt",
        "reputation": 2977,
        "email_hash": "703f10be721a80be8971a9d92257e7c3"
      },
      "post_id": 101268
    },
    {
      "comment": "Post Made Community Wiki by question having more than 30 answers",
      "creation_date": 1221825036,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "8d0754c5-87a3-46ed-81b5-9f44d0b89d2a",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": true,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 101268
    }
  ]
}
