Poll: Most Americans&n…
Most Americans support tough new
measures to counter gun violence, including banning assault weapons
and posting armed guards at every school, according to
a new Washington Post-ABC News
poll.
More than half of Americans — 52
percent in the poll — say the shooting at an elementary
school in Newtown, Conn., has made them more
supportive of gun control; just 5 percent say they are now less apt
to back tighter restrictions. Most also are at least somewhat
worried about a mass shooting in their own community, with concern
jumping to 65 percent among those with school-age
children at home.
The findings, which also show broad
bipartisan support for mandatory background checks to purchase
firearms at gun shows, came as President Obama said Monday that he
will lay out specific White House
proposals on gun-control legislation and
executive actions this week.
Obama has pledged to champion broad new reforms in the wake of the
mass shooting that killed 26, including 20 children, at Sandy Hook
Elementary School in Newtown last month. He is scheduled to receive
a list of proposals Tuesday from Vice President Biden, who
is leading a task force on gun
violence.
But most congressional Republicans and some Democrats oppose
restrictive new measures, such as an assault-weapons ban.
Administration aides have said that the president is likely to call
for renewing the ban on the most powerful rifles, even in the face
of heavy opposition from the National Rifle Association. In
the poll, 58 percent of Americans support the ban, which expired in
2004 after 10 years; 39 percent oppose it.
“My starting point is not to worry about the politics but to focus
on what makes sense and what works,” Obama said at a news
conference Monday. “What should we be doing to make sure our
children are safe and reduce incidents of gun violence? We can do
it in a way that comports with the Second Amendment.”
The president declined to be specific when asked what recourse he
would have if lawmakers rejected the ban, saying that “members of
Congress must have a debate and examine their own conscience.”
A question of priorities
While the poll showed cross-party support for some potential
policies, there was a sharp divide on others, and particularly over
how much emphasis the administration and Congress should place on
addressing gun issues.
Democrats and Republicans both see the economy as the clear top
priority for federal action, but while most Democrats also rank gun
control as a high priority, few Republicans or independents agree.
Most Republicans say stricter gun laws should be lower on the list
or not a priority at all.
New York City Mayor Michael R. Bloomberg (I) on Mondaycalled on Obama and
Congressto enact strict new-gun control
measures in the wake of Newtown. And Maryland Gov. Martin O’Malley
(D) unveiled plans for an assault-rifle ban and tougher gun
licensing requirements in his state.
Recent polls have shown broadly positive sentiment for the NRA, but
the new survey reveals a far more mixed verdict on its leadership.
Some 36 percent of Americans express favorable views of the group’s
leaders, while 44 percent say they have unfavorable impressions. A
sizable share, 20 percent, say they have no opinion.
版权声明:本文为博主原创文章,未经博主允许不得转载。
Poll: Most Americans&n…的更多相关文章
- select、poll、epoll之间的区别总结
select.poll.epoll之间的区别总结 05/05. 2014 select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪 ...
- (转载) Linux IO模式及 select、poll、epoll详解
注:本文是对众多博客的学习和总结,可能存在理解错误.请带着怀疑的眼光,同时如果有错误希望能指出. 同步IO和异步IO,阻塞IO和非阻塞IO分别是什么,到底有什么区别?不同的人在不同的上下文下给出的答案 ...
- linux下select/poll/epoll机制的比较
select.poll.epoll简介 epoll跟select都能提供多路I/O复用的解决方案.在现在的Linux内核里有都能够支持,其中epoll是Linux所特有,而select则应该是POSI ...
- select,epoll,poll比较
介绍和比较 http://www.cnblogs.com/maociping/p/5132583.html 比较 http://www.dataguru.cn/thread-336032-1-1.ht ...
- linux poll函数
poll函数与select函数差不多 函数原型: #include <poll.h> int poll(struct pollfd fd[], nfds_t nfds, int timeo ...
- poll机制
使用POLL机制代替linux输入子系统(input subsystem)之按键输入和LED控制中的异步通知,实现同样的效果. 1.代码 只简单修改input_subsys_test.c, input ...
- select、poll、epoll之间的区别总结[整理]
select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪(一般是读就绪或者写就绪),能够通知程序进行相应的读写操作.但select ...
- IO多路复用之poll总结
1.基本知识 poll的机制与select类似,与select在本质上没有多大差别,管理多个描述符也是进行轮询,根据描述符的状态进行处理,但是poll没有最大文件描述符数量的限制.poll和selec ...
- select、poll、epoll区别总结
1 本质上都是同步I/O 三者都是I/O复用,本质上都属于同步I/O.因为三者只是负责通知应用程序什么时候数据准备好了,实际的I/O操作还是在由应用程序处理:如果是异步I/O的话,实际I/O由内核处理 ...
随机推荐
- POJ 3895 Cycles of Lanes (dfs)
Description Each of the M lanes of the Park of Polytechnic University of Bucharest connects two of t ...
- Unix环境高级编程—进程关系
终端登录 网络登录 进程组 getpgrp(void) setpgid(pid_t pid, pid_) 会话: 是一个或多个进程组的集合,通常由shell的管道将几个进程编成一组. setsid(v ...
- 九度OJ 1039:Zero-complexity Transposition(逆置) (基础题)
时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:3093 解决:1255 题目描述: You are given a sequence of integer numbers. Zero-co ...
- 使用服务端的临时密钥,不依赖阿里js的putFIle--》阿里oss
<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <title> ...
- php总结7——文件函数库、序列化数据、文件包含
7.1 文件函数库 php用来操作文件的 1) fopen 代开文件或URL 格式:resource fopen(string $filename, string $mode) 'r' 只读方式 ...
- LeetCode:划分字母区间【763】
LeetCode:划分字母区间[763] 题目描述 字符串 S 由小写字母组成.我们要把这个字符串划分为尽可能多的片段,同一个字母只会出现在其中的一个片段.返回一个表示每个字符串片段的长度的列表. 示 ...
- springmvc fastjson 反序列化时间格式化
第一种情况是从后台拿到数据,进行反序列化,反序列化格式时间:试了一下很多网上的方法,最后发现还是在实体类上面的日期字段加上如下注解,可以完成格式化操作,否则默认就都是时间戳的格式: @JSONFiel ...
- eslint 配合 git (husky)
为了保证每次提交的 git 代码是正确的,为此我们可以使用 eslint 配合 git hook, 在进行git commit 的时候验证eslint规范 如果 eslint 验证不通过,则不能提交. ...
- leetcode 863. All Nodes Distance K in Binary Tree
We are given a binary tree (with root node root), a target node, and an integer value K. Return a li ...
- 农业公司flash动画模板
农业公司flash动画素材下载模板是一款绿色水果蔬菜种植企业的flash动画模板. 下载:http://www.huiyi8.com/sc/10576.html