From 8609cda961a773f6eaafe7944f73d70407500ac7 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 23 Sep 2016 23:45:56 +0000 Subject: Issue #28221: Remove unused assignment from test_asyncore_server() The later value of FOO is fine. The test just needs to verify that the server converted it to lowercase. --- Lib/test/test_ssl.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index f162c6e..5515583 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -2688,8 +2688,6 @@ else: def test_asyncore_server(self): """Check the example asyncore integration.""" - indata = "TEST MESSAGE of mixed case\n" - if support.verbose: sys.stdout.write("\n") -- cgit v0.12 et' action=''> CMake is a cross-platform, open-source build system generator.
summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-6/+0
* libarchive: Do not use nanosecond file time APIs on macOS < 10.13Brad King2017-09-201-0/+11
* bootstrap: Make libuv available during bootstrapBrad King2017-09-178-10/+200
* jsoncpp: Drop doxygen comments not recognized by ClangBrad King2017-08-304-6/+6
* jsoncpp: Add initialization to pacify scanbuildBrad King2017-08-301-0/+1
* jsoncpp: Fix compilation on SunProBrad King2017-08-305-0/+20
* jsoncpp: Drop deprecation markupBrad King2017-08-304-11/+12
* Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2017-08-3019-2272/+3417
* jsoncpp: Update script to get jsoncpp 1.8.2Brad King2017-08-301-1/+1
* jsoncpp: Drop unnecessary files from source listBrad King2017-08-301-2/+0
* jsoncpp: Add script to update from upstreamBrad King2017-08-301-0/+33
* Merge topic 'no-crlf-blobs'Brad King2017-08-302-223/+0
|\
| * bzip2: Drop unused .dsp filesBrad King2017-08-302-223/+0
* | Lexer: add a helper script to automate generating the lexersMatthias Maennich2017-08-291-0/+33
|/
* server: always enable serverDaniel Pfeifer2017-08-26