Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7621529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:13:05+00:00 2026-05-31T04:13:05+00:00

Following my previous question ( Pylint E0202 False Positive? ) here is another one

  • 0

Following my previous question (“Pylint E0202 False Positive?”) here is another one (quite specific I guess)

we are using the module subprocess to execute a, well, subprocess.
Creating an example code resulted in the following:

"Example code for E1103"

import subprocess

pipeOpen = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)

(responseData, errorData) = pipeOpen.communicate()

print "Error code: '%s'. Error data: '%s'" % (pipeOpen.returncode, errorData.strip("\n").strip("\r"))

Pylint will say though:

E1103: 9,67: Instance of ‘list’ has no ‘strip’ member (but some types could not be inferred)

Looking in to pipeOpen.communicate() it goes down to _communicate. And indeed, stderr is initialised to a list, however, before the return if self.universal_newlines is true then it’ll convert the list to a string with newlines.

Is this a case of #pylint: ignore-msg=E1103 or better report it to pylint devs?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T04:13:06+00:00Added an answer on May 31, 2026 at 4:13 am

    well, if print(pipeOpen.universal_newlines and hasattr(file, 'newlines')) returns True and you don’t get any errors while actually running the code, then you should report this to pylint developers + ignore the message in the meantime

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Following on from my previous question, I am getting another compilation error on my
following this previous question Malloc Memory Corruption in C , now i have another
Following on from a previous question, ( previous question here ), the problem I'm
Following the hint I received on my previous question I come across another problem.
I got the following comment to my previous question about RavenDb: One thing to
Following on from a previous question I had here : Copying a string from
Following up on a previous question, here is my general class structure.. Combine Elements
Following on from a previous question, shown here , I was wondering how I
I'm following on from a previous question . The answer I accepted involves using
Following my previous question , I need to create a value consisting of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.